WordPress for Joomla: Take advantage of WordPress multisite capability, thousands of additional plugins and thousands of themes! Created by 'corePHP'. Click here to learn more.
Welcome, Guest
Please Login or Register.  Lost Password?

Problems com Client in Ubuntu 10.04 LTS
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Problems com Client in Ubuntu 10.04 LTS
#1293
Problems com Client in Ubuntu 10.04 LTS 1 Year, 5 Months ago Karma: 0
Hello,

I have the follow error:

flavio@smurff:/home$ jlivechat
Traceback (most recent call last):
File "/opt/jlivechat/jlivechat.py", line 15, in <module>
import base
File "/home/moe/Desktop/JLive Chat/base.py", line 17, in <module>
File "/home/moe/Desktop/JLive Chat/prefs.py", line 16, in <module>
File "/home/moe/Desktop/JLive Chat/config.py", line 18, in <module>
File "/home/moe/Desktop/JLive Chat/common.py", line 18, in <module>
ImportError: No module named jsonlib

I use:
Python 2.6.5
python-qt4 4.7.2-0ubuntu1

PS: Ubunto 10 don't have python-qt4-common

Thanks for help.
fsomensi
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1294
Re: Problems com Client in Ubuntu 10.04 LTS 1 Year, 5 Months ago Karma: 1
Hello fsomensi

In Ubunto 10 the pyqt package was renamed to python-qt4 which is why it is complaining about it being missing. Please issue the following commands to correct these dependency errors:

Code:


sudo apt-get install python-qt4 python-setuptools python-pygame python-pycurl




Then issue the following command to install some of the other dependencies:

Code:


sudo easy_install sgmlop jsonlib




Then if you have not done so already you will need to force install the jlivechat package so that it ignores the renamed dependency by issuing the following command:

Code:


sudo dpkg --force-all -i jlivechat_4.1.0_all-python2.6.deb



Hope that helps!
John
admin
Administrator
Posts: 650
graph
User Offline Click here to see the profile of this user
Location: California
The CMS Fruit Team
The administrator has disabled public write access.
 
Go to topPage: 1
JPhoto: Gallery solution for Joomla! that provides 3 tiers of galleries, 4 tiers of image sizes, and much more! Created by 'corePHP'. Click here to learn more.