Log in |
|
NewsJun 29, 2007 @ 16:24
Jan 18, 2005 @ 03:59
Jan 15, 2005 @ 20:25
Recent Plugin Releases
LastFM
0.1
Aug 15, 2008 @ 09:55
IdleRPG
1.1.2
Jun 13, 2008 @ 04:34
QGoogle
0.2.0
Apr 30, 2008 @ 12:13
QGoogle
0.1-r1
Apr 27, 2008 @ 08:25
Ompload
1.0
Apr 11, 2008 @ 22:08
|
Besides simplejson is fully instaled and appears in PYTHONPATH and as a Python module, I couldn't install QGoogle because supybot says that simplejson is not installed. Any suggestion?
This is the actual path:
'', '/usr/lib/python2.4/site-packages/simplejson-1.9.1-py2.4-linux-i686.egg', '/usr/lib/python2.4/site-packages/setuptools-0.6c8-py2.4.egg', '/usr/lib/python24.zip', '/usr/lib/python2.4', '/usr/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk', '/usr/lib/python2.4/lib-dynload', '/usr/lib/python2.4/site-packages', '/usr/lib/python2.4/site-packages/Numeric', '/usr/lib/python2.4/site-packages/gtk-2.0']
Supybot is being running on a Mandriva Linux 2007.0 server.
Thanks in advance!
there should be directory /usr/lib/python2.4/site-packages/simplejson/
i have not set PYTHONPATH
you can do simple test manualy
-----------
~ $ python
Python 2.4.4 (#1, May 21 2008, 11:19:24)
[GCC 4.1.2 (Gentoo 4.1.2 p1.0.2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import simplejson
>>>
-----------
i suppose that you have more than one version of python
Replies to this comment