I'm trying to get Nicotine & pyslsk working for downloading music. I installed the rpm for these programs but when I try to start them, I get this error:
The error I get when trying to start "pyslsk":
Code:
[simonsez@simonsez museek-0.0.040714-2]$ pyslsk
Can not find PySoulSeek modules.
Perhaps they're installed in a directory which is not
in an interpreter's module search path.
(there could be a version mismatch between
what version of python was used to build the PySoulSeek
binary package and what you try to run PySoulSeek with.)
The error I get when trying to start "Nicotine":
Code:
[simonsez@simonsez museek-0.0.040714-2]$ nicotine
Nicotine supports "psyco", an inline optimizer for python
code, you can get it at http://sourceforge.net/projects/psyco/
Can not find Nicotine modules.
Perhaps they're installed in a directory which is not
in an interpreter's module search path.
(there could be a version mismatch between
what version of python was used to build the PySoulSeek
binary package and what you try to run PySoulSeek with.)
Thanks for the help.