Posted by guest at 2007-01-27 19:38:21
I want to switch from the xml spool dir to store the data in mysql db.
So ein reconfigure the pyicq-t.xml file and create the database, a.s.o. After
that i would start the migration script at:
"/usr/lib/python2.4/site-packages/pyicq-t/tools/migrate.py". After
that i get the error:
--snip--
Traceback (most recent call last):
File "./migrate.py", line 43, in ?
import utils
File "/usr/lib/python2.4/site-packages/pyicq-t/src/utils.py", line
13, in ?
from twisted.words.xish.domish import Element, SuxElementStream
ImportError: No module named xish.domish
--snip--
i have installed the following packages on my "stable" gentoo box:
- dev-python/twisted-xish (0.1.0-r1)
- dev-python/twisted-words (0.1.0-r1)
- dev-python/twisted-web (0.5.0-r1)
- dev-python/twisted (2.0.1)
- dev-db/mysql (5.0.26-r2)
- net-im/pyicq-t (0.8)
Owner: ---