Hi Elder, On Mon, Jan 22, 2007 at 06:15:52PM -0300, Elder Sales wrote: > # Traceback (most recent call last): > File "./PyMSNt.py", line 14, in ? > main.main() > File "/usr/pymsnt/pymsnt-0.11.2/src/main.py", line 398, in main > app = App() > File "/usr/pymsnt/pymsnt-0.11.2/src/main.py", line 335, in __init__ > twistd.checkPID(config.pid) > AttributeError: 'module' object has no attribute 'checkPID' [snip] > I have used the most recent modules of python and Twisted
This is a known problem with Twisted 2.5. Please try applying the patch posted at [1]. Best regards, Lars [1] http://www.modevia.com/pipermail/py-transports/2007-January/003750.html _______________________________________________ py-transports mailing list [email protected] http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
