Your message dated Mon, 17 May 2010 09:17:00 +0200
with message-id <4bf0ed6c.3000...@physik.tu-darmstadt.de>
and subject line solved by new version
has caused the Debian Bug report #577405,
regarding python-glpk: fails when importing glpk
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
577405: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577405
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
python-glpk 0.3.43-4
solves that problem, but introduces a new bug (missing python-ply
dependency, I will open another bug)
--- End Message ---