Package: python-glpk
Version: 0.1.38-1
Severity: grave
Justification: renders package unusable
These two tests should show the problem clearly:
ac...@dogbert:~$ python
Python 2.5.5 (r255:77872, Feb 1 2010, 19:53:42)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import glpk
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/pymodules/python2.5/glpk.py", line 26, in <module>
from glpkpi import *
File "/usr/lib/pymodules/python2.5/glpkpi.py", line 28, in <module>
import _glpkpi
ImportError: No module named _glpkpi
>>>
ac...@dogbert:~$ python2.6
Python 2.6.5 (r265:79063, Mar 18 2010, 23:38:15)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import glpk
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/pymodules/python2.6/glpk.py", line 26, in <module>
from glpkpi import *
File "/usr/lib/pymodules/python2.6/glpkpi.py", line 25, in <module>
_glpkpi = swig_import_helper()
File "/usr/lib/pymodules/python2.6/glpkpi.py", line 17, in swig_import_helper
import _glpkpi
ImportError: No module named _glpkpi
>>>
This bug is similar to #515994, but the versions are more recent than in the bug
description (so I did not reopen the bug) and it is probably related to #548267.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-3-686 (SMP w/1 CPU core)
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages python-glpk depends on:
ii libc6 2.10.2-6 Embedded GNU C Library: Shared lib
ii libglpk0 4.43-1 linear programming kit with intege
ii python 2.5.4-9 An interactive high-level object-o
ii python-support 1.0.7 automated rebuilding support for P
python-glpk recommends no packages.
python-glpk suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]