> 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.  ;)

I have been looking into this... but can't seem to get it to work.  
Does ALL of Twisted need to be installed or just Words?

Also, do I need to do a "python setup.py install" or would a copy of  
the Twisted (or Words) directories work ok?


-- 
Travis Bell



On 19-Feb-06, at 11:30 AM, Daniel Henninger wrote:

> 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
>>>> py-transports@blathersource.org
>>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>>>
>>> _______________________________________________
>>> py-transports mailing list
>>> py-transports@blathersource.org
>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>>
>>
>> _______________________________________________
>> py-transports mailing list
>> py-transports@blathersource.org
>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>
> _______________________________________________
> py-transports mailing list
> py-transports@blathersource.org
> 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/c1691df8/attachment.htm
From [EMAIL PROTECTED]  Sun Feb 19 19:41:33 2006
From: [EMAIL PROTECTED] (Travis Bell)
Date: Sun Feb 19 19:41:42 2006
Subject: [py-transports] SASL error when starting PyAIM-t...
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

Nevermind ;) Got it.

I downloaded http://tmrc.mit.edu/mirror/twisted/Twisted-1.3.0.tar.gz  
and untarred the WHOLE thing into the /src dir. She's working now.

Thanks for the help man!

-- 
Travis Bell



On 19-Feb-06, at 12:05 PM, Travis Bell wrote:

>> 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.  ;)
>
> I have been looking into this... but can't seem to get it to work.  
> Does ALL of Twisted need to be installed or just Words?
>
> Also, do I need to do a "python setup.py install" or would a copy  
> of the Twisted (or Words) directories work ok?
>
>
> -- 
> Travis Bell
>
>
>
> On 19-Feb-06, at 11:30 AM, Daniel Henninger wrote:
>
>> 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
>>>>> py-transports@blathersource.org
>>>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>>>>
>>>> _______________________________________________
>>>> py-transports mailing list
>>>> py-transports@blathersource.org
>>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>>>
>>>
>>> _______________________________________________
>>> py-transports mailing list
>>> py-transports@blathersource.org
>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>>
>> _______________________________________________
>> py-transports mailing list
>> py-transports@blathersource.org
>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>
> _______________________________________________
> py-transports mailing list
> py-transports@blathersource.org
> 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/0ab6f833/attachment.html
From [EMAIL PROTECTED]  Sun Feb 19 22:56:20 2006
From: [EMAIL PROTECTED] (Daniel Henninger)
Date: Sun Feb 19 22:56:28 2006
Subject: [py-transports] SASL error when starting PyAIM-t...
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

Twisted and TwistedWords and I think TwistedXish would be required.   
(unless you can find a copy of 1.3.*, which would be easier)

Copying the directory should work ok.  Hrm, maybe I need a FAQ for  
this.  Think it would make life easier for folk to know how to do  
this if need be.  Of course, the problem with 1.3.* is that there's  
no web interface (you may not care).  Can you set it up without SASL  
for now?  That might be easier!  Jive/Wildfire should work fine with  
it w/o SASL!

Daniel

On Feb 19, 2006, at 2:05 PM, Travis Bell wrote:

>> 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.  ;)
>
> I have been looking into this... but can't seem to get it to work.  
> Does ALL of Twisted need to be installed or just Words?
>
> Also, do I need to do a "python setup.py install" or would a copy  
> of the Twisted (or Words) directories work ok?
>
>
> -- 
> Travis Bell
>
>
>
> On 19-Feb-06, at 11:30 AM, Daniel Henninger wrote:
>
>> 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
>>>>> py-transports@blathersource.org
>>>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>>>>
>>>> _______________________________________________
>>>> py-transports mailing list
>>>> py-transports@blathersource.org
>>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>>>
>>>
>>> _______________________________________________
>>> py-transports mailing list
>>> py-transports@blathersource.org
>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>>
>> _______________________________________________
>> py-transports mailing list
>> py-transports@blathersource.org
>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>
> _______________________________________________
> py-transports mailing list
> py-transports@blathersource.org
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports

Reply via email to