Thank you, I know where the problem lies now: > ImportError: No module named twisted.internet
Sorry, I didn't notice that the pre-requisites had changed. Boris. > Hi Boris, > > On Tue, Jun 06, 2006 at 03:55:15PM +0200, Boris Granveaud wrote: > >> [EMAIL PROTECTED]:~/jabber/pymsnt-0.11$ ./PyMSNt.py >> Unable to find a reactor. >> Exiting... >> > [snip] > >> Any idea? >> > > Please try execute the following command in a Python interpreter, and > post the output: > > from twisted.internet import pollreactor > > The output should look similar to this: > > $ python > Python 2.4.3 (#1, May 31 2006, 05:37:24) > [GCC 4.1.1 (Gentoo 4.1.1)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>>> from twisted.internet import pollreactor >>>> >>>> > > Best regards, > Lars > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports >
