← Back to team overview

dx-packages team mailing list archive

Re: [Bug 1318103] Re: Error importing Python module pocketsphinx

 

I'm not maintaining PocketSphinx anymore, but I can answer the question
about Ubuntu vs. upstream - upstream source clearly includes both the .c
and the .pyx file, so technically they should be the ones to re-run
Cython.  But I don't think it is a problem if Ubuntu just recompiles it

Rebuilding the Cython stuff isn't done by default when compiling.  IIRC
there is a configure flag for it.  You should probably just turn it on in
debian/rules.

On Sun, Jan 31, 2016 at 4:48 PM, silviop <far5893@xxxxxxxxxxxxxxxxxxx>
wrote:

> No news? It's two year old!!!
>
> --
> You received this bug notification because you are subscribed to
> pocketsphinx in Ubuntu.
> https://bugs.launchpad.net/bugs/1318103
>
> Title:
>   Error importing Python module pocketsphinx
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/pocketsphinx/+bug/1318103/+subscriptions
>

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to pocketsphinx in Ubuntu.
https://bugs.launchpad.net/bugs/1318103

Title:
  Error importing Python module pocketsphinx

Status in pocketsphinx package in Ubuntu:
  Confirmed

Bug description:
  Pretty much stock standard Ubuntu 14.04 AMD64 with no manually
  compiled software and no manually installed python modules.

  $ python
  Python 2.7.6 (default, Mar 22 2014, 22:59:56) 
  [GCC 4.8.2] on linux2
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import pocketsphinx
  Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    File "sphinxbase.pxd", line 150, in init pocketsphinx (pocketsphinx.c:7935)
  ValueError: PyCapsule_GetPointer called with invalid PyCapsule object
  >>>

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pocketsphinx/+bug/1318103/+subscriptions


References