Hello all I'm trying to run pyAIMt with Wildfire on Win2k3. I've installed all required Twisted libraries. I am successfully running pyMSNt with no errors. Any help would be greatly appreciated. Here is a screen dump:
Traceback (most recent call last): File "D:\Wildfire\pyaim-t-0.7c\PyAIMt.py", line 11, in ? import main File "D:\Wildfire\pyaim-t-0.7c\src\main.py", line 114, in ? from twisted.internet import pollreactor as bestreactor File "D:\Python\lib\site-packages\twisted\internet\pollreactor.py", line 29, in ? poller = select.poll() AttributeError: 'module' object has no attribute 'poll' -------------- next part -------------- An HTML attachment was scrubbed... URL: http://modevia.com/pipermail/py-transports/attachments/20060309/00927e19/attachment.htm From [EMAIL PROTECTED] Thu Mar 9 21:27:47 2006 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Thu Mar 9 21:28:16 2006 Subject: [py-transports] Re: pyAIMt 0.7c with Wildfire on Win2K3 In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Howdy! I must admit I've never tried my transports under Windows. That said ... as far as I was aware, I'm using the same code James is with PyMSN for the reactors. Anyone else on the list have any ideas? (or have seen this before and know what to do about it?) Daniel On Mar 9, 2006, at 3:46 PM, Ben Smolyansky wrote: > > Hello, I was wondering if you could help me. I have been trying to > run pyAIMt 0.7c with Wildfire 2.5 on Win2k3. I've installed all > required Twisted libraries. I am not a Python developer therefore > it has been difficult for me to diagnose the problem. I have no > issues running pyMSNt. Any help would be greatly appreciated. > Below is my screen dump: > > > Thanks! > Ben Smolyansky > > > Traceback (most recent call last): > File "D:\Wildfire\pyaim-t-0.7c\PyAIMt.py", line 11, in ? > import main > File "D:\Wildfire\pyaim-t-0.7c\src\main.py", line 114, in ? > from twisted.internet import pollreactor as bestreactor > File "D:\Python\lib\site-packages\twisted\internet > \pollreactor.py", line 29, in ? > poller = select.poll() > AttributeError: 'module' object has no attribute 'poll' > >