dx-packages team mailing list archive
-
dx-packages team
-
Mailing list archive
-
Message #15637
[Bug 1318103] Re: Error importing Python module pocketsphinx
I have the same bug on the same setup. Trying to import it a second time
works for me weirdly, though, so I'm just using try/except to work
around this for the moment.
--
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