Package: python-wxversion
Version: 2.8.9.2-1
Severity: grave
Justification: renders package unusable

Hi Developers,

when i try to:
$python
>>>import wx
then i get the error,
ImportError: No module named wx

The Problem is my Python <sys.path>, this PATH
has been violated. I don't know which package
this did, but my <sys.path> of Python is not correct.
$python
>>>import sys
>>>print sys.path
['', '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2', '/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload', '/usr/local/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages/Numeric', '/usr/lib/python2.5/site-packages/PIL', '/usr/lib/python2.5/site-packages/gst-0.10', '/var/lib/python-support/python2.5', '/usr/lib/python2.5/site-packages/gtk-2.0', '/var/lib/python-support/python2.5/gtk-2.0']

As you can see, there are some <wx> path missing!!!
Which is needed to import the modul <wx>.

To manually correct this Bug, i did the following in the
Python shell:
sys.path.append('/usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode')

Then i can import the <wx> modul.

Regards Markus


-- System Information:
Debian Release: 5.0
 APT prefers stable
 APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.28.3-20090211 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-wxversion depends on:
ii python 2.5.2-3 An interactive high-level object-o ii python-central 0.6.8 register and build utility for Pyt

python-wxversion recommends no packages.

python-wxversion suggests no packages.

-- no debconf information



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to