Hi!

First thanks for your help!

This doesn't work for me, i get the same error as above when i type this in the python prompt:

--------
xxx:/home/chris# python
Python 2.3.5 (#2, Nov 20 2005, 16:40:39)
[GCC 4.0.3 20051111 (prerelease) (Debian 4.0.2-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.path.append('/usr/lib/nicotine')
>>> print sys.path
['', '/usr/lib/python23.zip', '/usr/lib/python2.3', '/usr/lib/python2.3/plat-linux2', '/usr/lib/python2.3/lib-tk', '/usr/lib/python2.3/lib-dynload', '/usr/local/lib/python2.3/site-packages', '/usr/lib/python2.3/site-packages', '/usr/lib/python2.3/site-packages/Numeric', '/usr/lib/python2.3/site-packages/PIL', '/usr/lib/python2.3/site-packages/cairo', '/usr/lib/python2.3/site-packages/gtk-2.0', '/usr/lib/python2.3/site-packages/wx-2.4-gtk-ansi', '/usr/lib/nicotine']
>>> import pynicotine
>>>
----------

Any ideas to fix this problem? Thanks again!

--
Chris



Josselin Mouette schrieb:
Le mardi 28 février 2006 à 13:48 +0100, Christian a écrit :
Hi!

Since the switch from the version 1.0.8rc1-1 to 1.0.8da-1 in debian testing i can't start
nicotine anymore and get this error in my terminal:

----
Cannot find Nicotine modules. Perhaps they were installed in a listing, which is not in the module search path of the interpreter (possibly a version conflict between for the compilation of the binary package and the Python versions used presently for implementing.
----

Could you please run "python" and type the following at the prompt:
import sys
sys.path.append('/usr/lib/nicotine')
print sys.path
import pynicotine

Thanks,

Reply via email to