Thanks for the reply Daniel. Question then: can two versions of Twisted exist on the same machine? Would it be possible to use the old Twisted Words?
If not, what is the last version of Twisted that did work properly? Maybe I will just uninstall the newest in favor of the old until this is fixed ;) Cheers, -- Travis Bell On 19-Feb-06, at 11:11 AM, Daniel Henninger wrote: > For the benefit of the list (I responded to Travis personally about > this a moment ago), this is due to the newer Twisted Words > reorganizing code quite a bit. sasl.py does not work with the > latest stuff. Unfortunately, so much as changed that it's not an > easy fix. =/ > > Daniel > > On Feb 19, 2006, at 1:05 PM, Travis Bell wrote: > >> Hey guys, just wondering if anyone can help. >> >> I get his error when I attempt to start PyAIM-t... >> >> >> starbuck# ./PyAIMt >> /usr/local/lib/python2.4/site-packages/twisted/web/proxy.py:22: >> DeprecationWarning: twisted.protocols.http has moved to >> twisted.web.http. See http://twistedmatrix.com/projects/web. >> from twisted.protocols import http >> /root/trunk/src/tlib/domish.py:425: DeprecationWarning: >> twisted.protocols.sux has moved to twisted.web.sux. See http:// >> twistedmatrix.com/projects/web. >> from twisted.protocols import sux >> Traceback (most recent call last): >> File "main.py", line 122, in ? >> import sasl >> File "/root/trunk/src/sasl.py", line 62, in ? >> class SASLConnectAuthenticator(xmlstream.Authenticator): >> AttributeError: 'module' object has no attribute 'Authenticator' >> starbuck# >> >> >> >> Any ideas? >> >> -- >> Travis Bell >> >> >> >> _______________________________________________ >> py-transports mailing list >> [email protected] >> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > > _______________________________________________ > 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/20060219/f0ad853a/attachment.html From [EMAIL PROTECTED] Sun Feb 19 18:30:01 2006 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Sun Feb 19 18:30:08 2006 Subject: [py-transports] SASL error when starting PyAIM-t... In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> I believe the last version if worked properly with is 0.1.0. =) (twisted words that is, twisted itself doesn't matter) Now, I believe if you pulled a copy of it and installed the twisted tree under the src directory in the distribution itself, it should pull that one instead of the system one. This task might be easier done using Twisted 1.3.0. ;) Any suggestions from anyone else on getting that set up? I know others have done that before. Daniel On Feb 19, 2006, at 1:15 PM, Travis Bell wrote: > Thanks for the reply Daniel. > > Question then: can two versions of Twisted exist on the same > machine? Would it be possible to use the old Twisted Words? > > If not, what is the last version of Twisted that did work properly? > Maybe I will just uninstall the newest in favor of the old until > this is fixed ;) > > Cheers, > > -- > Travis Bell > > > > On 19-Feb-06, at 11:11 AM, Daniel Henninger wrote: > >> For the benefit of the list (I responded to Travis personally >> about this a moment ago), this is due to the newer Twisted Words >> reorganizing code quite a bit. sasl.py does not work with the >> latest stuff. Unfortunately, so much as changed that it's not an >> easy fix. =/ >> >> Daniel >> >> On Feb 19, 2006, at 1:05 PM, Travis Bell wrote: >> >>> Hey guys, just wondering if anyone can help. >>> >>> I get his error when I attempt to start PyAIM-t... >>> >>> >>> starbuck# ./PyAIMt >>> /usr/local/lib/python2.4/site-packages/twisted/web/proxy.py:22: >>> DeprecationWarning: twisted.protocols.http has moved to >>> twisted.web.http. See http://twistedmatrix.com/projects/web. >>> from twisted.protocols import http >>> /root/trunk/src/tlib/domish.py:425: DeprecationWarning: >>> twisted.protocols.sux has moved to twisted.web.sux. See http:// >>> twistedmatrix.com/projects/web. >>> from twisted.protocols import sux >>> Traceback (most recent call last): >>> File "main.py", line 122, in ? >>> import sasl >>> File "/root/trunk/src/sasl.py", line 62, in ? >>> class SASLConnectAuthenticator(xmlstream.Authenticator): >>> AttributeError: 'module' object has no attribute 'Authenticator' >>> starbuck# >>> >>> >>> >>> Any ideas? >>> >>> -- >>> Travis Bell >>> >>> >>> >>> _______________________________________________ >>> py-transports mailing list >>> [email protected] >>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports >> >> _______________________________________________ >> py-transports mailing list >> [email protected] >> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > > > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
