On 06/04/2006, at 4:48 AM, Les Seigneur wrote: > I am trying it install PyMSNt-0.11a from the pymsnt-0.11a.tar.gz file > on > msn-transport.jabberstudio.org. Here are some details of my system: > > OS: Red Hat Enterprise Linux 4 > Jabber server version: jabberd 2.0s8 > Python 2.3.4 > OpenSSL 0.9.7a > Python-crypto 2.0.1 (Installed from rpm at > http://dag.wieers.com/packages/python-crypto/) > Twisted 2.2.0 (Installed from full 2.2.0 tarball at > http://twistedmatrix.com/trac/) > > When I start PyMSNt like this: > > python PyMSNt.py > > I get these errors: > > Traceback (most recent call last): > File "PyMSNt.py", line 12, in ? > main.main() > File "/usr/local/jabberd/PyMSNt/src/main.py", line 381, in main > app = App() > File "/usr/local/jabberd/PyMSNt/src/main.py", line 318, in __init__ > twistd.checkPID(config.pid) > File "/usr/lib/python2.3/site-packages/twisted/scripts/twistd.py", > line > 65, in checkPID > pid = int(open(pidfile).read()) > IOError: [Errno 21] Is a directory > > Could this be caused by my version of Twisted? Does PyMSNt work with > version 2.2 of Twisted? Any help is much appreciated. > > > Les Seigneur > [EMAIL PROTECTED] > 479.575.2905
It looks like you set the pidfile option to a directory. I don't know if it works with Twisted 2.2. Can you please let me know? :) --- James
