Comment 2 for bug 107715

Revision history for this message
Scott Kitterman (kitterman) wrote :

Please try the following:

Open a Konsole window (K menu -> System -> Konsole)
In the window that opens, type:

python

That will show you something like this:

Python 2.5.1c1 (release25-maint, Apr 12 2007, 21:00:25)
[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>

After the >>> type the following lines:

import sys
print sys.path

The output will look something like this:

['', '/usr/lib/python25.zip', '/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', '/var/lib/python-support/python2.5',
 '/var/lib/python-support/python2.5/gtk-2.0', '/usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode']

Please copy and paste the entire thing (starting with Python 2.5.1c1 (release25-maint, Apr 1