| Issue 49: | PyICQ-T 0.8 doensn't start :( | |
| Back to list |
Posted by guest at 2006-11-07 08:32:29 Hello! I ugraded today from 0.7b to 0.8. But now PyICQ-T can't start. It says: ImportError! You probably forgot to install Twisted Words or Web. Have a look at the docs. You may also be using an unsupported version of Twisted. Why?! Version 0.7b is working fine! Twister 2.4.0 and Twisted Words + Web are installed! Posted by jadestorm at 2006-11-07 18:05:52 Try running infodump.py from the tools directory and let me know what it says. Offhand, I'm not sure why it's not working. Posted by guest at 2006-11-08 09:36:16 Here we go: BlackBox tools # /usr/bin/python infodump.py Python Version: 2.4.4 (#1, Nov 5 2006, 12:43:50) [GCC 4.1.1 (Gentoo 4.1.1-r1)] Platform: linux2 Twisted Version: 2.4.0 Twisted Words Version: 0.4.0 Twisted Xish Version: 0.1.0 Twisted Web Version: 0.6.0 Nevow Version: 0.9.0 Python Imaging Library (PIL) Version: 1.1.5 pyOpenSSL Version: Unknown or Not Installed pycrypto Version: 2.0.1 MySQLdb Version: 1.2.1_p2 Posted by guest at 2006-11-08 09:39:23 Allright, i installed missing pyOpenSSL, but now i am getting this: BlackBox pyicq-t # /usr/bin/python /usr/lib/python2.4/site-packages/pyicq-t/pyicq-t.py -c /etc/jabber/pyicq-t.xml -l /var/log/jabber/pyicq-t.log Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/pyicq-t/pyicq-t.py", line 16, in ? main.main() File "/usr/lib/python2.4/site-packages/pyicq-t/src/main.py", line 443, in main app = App() File "/usr/lib/python2.4/site-packages/pyicq-t/src/main.py", line 412, in __init__ self.transportSvc = PyTransport() File "/usr/lib/python2.4/site-packages/pyicq-t/src/main.py", line 153, in __init__ self.xdb = xdb.XDB(config.jid) File "/usr/lib/python2.4/site-packages/pyicq-t/src/xdb/mysql.py", line 24, in __init__ db=config.xdbDriver_mysql["database"] File "/usr/lib/python2.4/site-packages/MySQLdb/__init__.py", line 75, in Connect return Connection(*args, **kwargs) File "/usr/lib/python2.4/site-packages/MySQLdb/connections.py", line 164, in __init__ super(Connection, self).__init__(*args, **kwargs2) _mysql_exceptions.OperationalError: (2002, "Can't connect to local MySQL server through socket ''/var/run/mysqld/mysqld.sock'' (2)") Posted by guest at 2006-11-08 10:03:57 Allright! Its working now! Very strange! I can't use "localhost" ! But "127.0.0.1" is working!
Jan 19, 2008
Project Member
#1
d...@jabber.fsinf.de
Status:
Invalid
|