downloading and installing the tarball : "Failed to load application: reactor already installed" :-(
I don't understand... On 17/02/06Failed to load application: reactor already installed, James Bunton <[EMAIL PROTECTED]> wrote: > > Hi all. > > PyMSNt 0.11 is being released. > > Major new features: > * File transfer support > * Removed annoying twistd stuff > * Log verbosity controls > * Should run better than 0.10.x on Windows > * Automatically chooses reactor > * Files don't get erased if the filesystem is full > > > Lots of other little things have changed. Be sure to read through the > documentation at > http://msn-transport.jabberstudio.org > > This is especially important for client developers, because a new > namespace is being used for roster-subsync. The old code had a nasty > bug in it, and to avoid clients accidentally blocking all their > contacts, you should only pay attention to roster-subsyncs from the new > xmlns. Check the developer docs for details. > > I'll be releasing a new version of webreg to match this release within > a few weeks. Including that patch to allow it to work with Google Talk > (DNS SRV support) > > I'll be away and out of touch for a week. I'll get onto any bug reports > when I get home. This is the same code from svn trunk that I haven't > received any bug reports on for a few weeks though, so it should work > just fine :) > > Please direct any bug reports to the [email protected] > mailing list. I'm more likely to miss something in jadmin or jdev when > I get back. > > Enjoy! > > --- > > James > > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://modevia.com/pipermail/py-transports/attachments/20060217/4602a170/attachment.htm From [EMAIL PROTECTED] Fri Feb 17 15:48:58 2006 From: [EMAIL PROTECTED] (Norman Rasmussen) Date: Fri Feb 17 15:49:11 2006 Subject: [py-transports] PyMSNt 0.11 release In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On 2/17/06, Lionel Dricot (aka Ploum) <[EMAIL PROTECTED]> wrote: > "Failed to load application: reactor already installed" :-( > > I don't understand... > > On 17/02/06Failed to load application: reactor already installed, James > Bunton <[EMAIL PROTECTED]> wrote: > > * Removed annoying twistd stuff PyMSNt no longer runs under twistd. You execute PyMSNt directly. -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Fri Feb 17 16:01:50 2006 From: [EMAIL PROTECTED] (Lionel Dricot (aka Ploum)) Date: Fri Feb 17 16:01:58 2006 Subject: [py-transports] PyMSNt 0.11 release In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> I tried it but : ./PyMSNt Traceback (most recent call last): File "/usr/bin/twistd", line 36, in ? run() File "/usr/lib/python2.3/site-packages/twisted/scripts/twistd.py", line 184, i n run app.run(runApp, ServerOptions) File "/usr/lib/python2.3/site-packages/twisted/application/app.py", line 210, in run runApp(config) File "/usr/lib/python2.3/site-packages/twisted/scripts/twistd.py", line 172, i n runApp config['nodaemon']) File "/usr/lib/python2.3/site-packages/twisted/scripts/twistd.py", line 111, i n startLogging logFile = app.getLogFile(logfilename or 'twistd.log') File "/usr/lib/python2.3/site-packages/twisted/application/app.py", line 240, in getLogFile os.path.dirname(logPath)) File "/usr/lib/python2.3/site-packages/twisted/python/logfile.py", line 107, i n __init__ BaseLogFile.__init__(self, name, directory, defaultMode) File "/usr/lib/python2.3/site-packages/twisted/python/logfile.py", line 38, in __init__ assert os.path.isdir(self.directory) AssertionError I just unzipped the tar.gz and configured config.xml so I don't understand. I tried to run the process as root, in case it was a permission problem. nothing.... On 17/02/06, Norman Rasmussen <[EMAIL PROTECTED]> wrote: > > On 2/17/06, Lionel Dricot (aka Ploum) <[EMAIL PROTECTED]> wrote: > > "Failed to load application: reactor already installed" :-( > > > > I don't understand... > > > > On 17/02/06Failed to load application: reactor already installed, James > > Bunton <[EMAIL PROTECTED]> wrote: > > > * Removed annoying twistd stuff > > PyMSNt no longer runs under twistd. You execute PyMSNt directly. > > -- > - Norman Rasmussen > - Email: [EMAIL PROTECTED] > - Home page: http://norman.rasmussen.co.za/ > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://modevia.com/pipermail/py-transports/attachments/20060217/0bbf2834/attachment.html From [EMAIL PROTECTED] Fri Feb 17 16:04:17 2006 From: [EMAIL PROTECTED] (Lionel Dricot (aka Ploum)) Date: Fri Feb 17 16:04:25 2006 Subject: [py-transports] PyMSNt 0.11 release In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Ok... it seems that now we must not run twisted neither PyMSNt but "python PyMSNt.py"... Oooh.... So I will have to change my script again ;-) Sorry for the noise On 17/02/06, Lionel Dricot (aka Ploum) <[EMAIL PROTECTED]> wrote: > > I tried it but : > > ./PyMSNt > Traceback (most recent call last): > File "/usr/bin/twistd", line 36, in ? > run() > File "/usr/lib/python2.3/site-packages/twisted/scripts/twistd.py", line > 184, i > n run > app.run(runApp, ServerOptions) > File "/usr/lib/python2.3/site-packages/twisted/application/app.py", line > 210, > in run > runApp(config) > File "/usr/lib/python2.3/site-packages/twisted/scripts/twistd.py", line > 172, i > n runApp > config['nodaemon']) > File "/usr/lib/python2.3/site-packages/twisted/scripts/twistd.py", line > 111, i > n startLogging > logFile = app.getLogFile(logfilename or 'twistd.log') > File "/usr/lib/python2.3/site-packages/twisted/application/app.py", line > 240, > in getLogFile > os.path.dirname(logPath)) > File "/usr/lib/python2.3/site-packages/twisted/python/logfile.py", line > 107, i > n __init__ > BaseLogFile.__init__(self, name, directory, defaultMode) > File "/usr/lib/python2.3/site-packages/twisted/python/logfile.py", line > 38, in > __init__ > assert os.path.isdir(self.directory) > AssertionError > > > I just unzipped the tar.gz and configured config.xml so I don't > understand. I tried to run the process as root, in case it was a permission > problem. nothing.... > > > On 17/02/06, Norman Rasmussen <[EMAIL PROTECTED]> wrote: > > > > On 2/17/06, Lionel Dricot (aka Ploum) < [EMAIL PROTECTED]> wrote: > > > "Failed to load application: reactor already installed" :-( > > > > > > I don't understand... > > > > > > On 17/02/06Failed to load application: reactor already installed, > > James > > > Bunton <[EMAIL PROTECTED]> wrote: > > > > * Removed annoying twistd stuff > > > > PyMSNt no longer runs under twistd. You execute PyMSNt directly. > > > > -- > > - Norman Rasmussen > > - Email: [EMAIL PROTECTED] > > - Home page: http://norman.rasmussen.co.za/ > > _______________________________________________ > > py-transports mailing list > > [email protected] > > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://modevia.com/pipermail/py-transports/attachments/20060217/4649db39/attachment-0001.htm From [EMAIL PROTECTED] Fri Feb 17 17:05:54 2006 From: [EMAIL PROTECTED] (Sam Morris) Date: Fri Feb 17 17:07:53 2006 Subject: [py-transports] Re: PyMSNt 0.11 release In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Norman Rasmussen wrote: > On 2/17/06, Lionel Dricot (aka Ploum) <[EMAIL PROTECTED]> wrote: >> "Failed to load application: reactor already installed" :-( >> >> I don't understand... >> >> On 17/02/06Failed to load application: reactor already installed, James >> Bunton <[EMAIL PROTECTED]> wrote: >>> * Removed annoying twistd stuff > > PyMSNt no longer runs under twistd. You execute PyMSNt directly. Should the .tac file, and the PyMSNt files not be removed then? :) -- Sam Morris http://robots.org.uk/ PGP key id 5EA01078 3412 EA18 1277 354B 991B C869 B219 7FDB 5EA0 1078
