← Back to team overview

dx-packages team mailing list archive

[Bug 1318103] [NEW] Error importing Python module pocketsphinx

 

Public bug reported:

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
>>>

** Affects: pocketsphinx (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: import pocketsphinx python

-- 
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:
  New

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


Follow ups

References