Hello, I installed pyMSNt from hg and twisted (with easy_install), and
try to start myMSNt, but thereis a bunch of errors:
1) it can't found twistfix, so I temporary disable it in pyMSNt source
2) it can't found parseFile in twisted.words.xish.domish, so I
uncomment this lines in domish.py
3) but there are another errors:
Traceback (most recent call last):
File "./PyMSNt.py", line 13, in <module>
import main
File "/usr/local/src/pymsnt/src/main.py", line 32, in <module>
import xmlconfig
File "/usr/local/src/pymsnt/src/xmlconfig.py", line 5, in <module>
from domish import parseFile
File "/usr/local/src/pymsnt/src/domish.py", line 822, in <module>
class FileParser(elementStream):
TypeError: Error when calling the metaclass bases
function() argument 1 must be code, not str
So what to do now?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"py-transports" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/py-transports?hl=en
-~----------~----~----~----~------~----~------~--~---