Daniel Henninger writes:
- Right alongside PyICQt, sorta, PyAIMt 0.8 has been released.  This  
- syncs up PyAIMt's base code with PyICQt and includes basically the  
- same updates/bug fixes.  Obviously since they are different, they are  
- some differences, but mostly common code was changed here.

        While packaging PyAIMt for NetBSD's pkgsrc, I found I
had to make the following patch to allow PyAIMt to run:

--- src/sasl.py.orig    2006-10-01 17:45:37.000000000 -0500
+++ src/sasl.py
@@ -22,7 +22,8 @@ except ImportError:
        SSL = None
 
 from twisted.words.xish.domish import Element, elementStream
-from twisted.words.protocols.jabber import component, jstrports, client, 
xmlstream
+from twisted.words.xish import xmlstream
+from twisted.words.protocols.jabber import component, jstrports, client
 from twisted.application import service
 
 class SASLXmlStream(xmlstream.XmlStream):

--- end patch

Environment:

                py24-OpenSSL-0.6nb1
                py24-twisted-2.1.0
                python24-2.4.2nb4
                py24-ZopeInterface-3.0.1nb1
                py24-imaging-1.1.5nb1
                py24-twisted-web-0.5.0
                py24-expat-0nb4
                py24-twisted-xish-0.1.0
                py24-twisted-words-0.1.0
                py24-dns-1.3.3nb1
                jabberd-2.0s10nb2

        NetBSD/alpha, 2.0G (ok, the OS is old, so??? :-)

Any ideas why?

--
Eric Schnoebelen                [EMAIL PROTECTED]               
http://www.cirr.com
    The most feared words in any (large) organization: 
                ``We're from corporate - we're here to help you...''
From [EMAIL PROTECTED]  Sat Oct  7 03:18:18 2006
From: [EMAIL PROTECTED] (Daniel Henninger)
Date: Sat Oct  7 03:18:36 2006
Subject: [py-transports] PyAIMt 0.8 Released!
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

Hrm.  Crud, yeah I didn't test sasl.  You did exactly what needed to  
be done.  =)  Thanks!

Daniel

On Oct 6, 2006, at 11:15 PM, Eric Schnoebelen wrote:

>
> Daniel Henninger writes:
> - Right alongside PyICQt, sorta, PyAIMt 0.8 has been released.  This
> - syncs up PyAIMt's base code with PyICQt and includes basically the
> - same updates/bug fixes.  Obviously since they are different, they  
> are
> - some differences, but mostly common code was changed here.
>
>       While packaging PyAIMt for NetBSD's pkgsrc, I found I
> had to make the following patch to allow PyAIMt to run:
>
> --- src/sasl.py.orig    2006-10-01 17:45:37.000000000 -0500
> +++ src/sasl.py
> @@ -22,7 +22,8 @@ except ImportError:
>         SSL = None
>
>  from twisted.words.xish.domish import Element, elementStream
> -from twisted.words.protocols.jabber import component, jstrports,  
> client, xmlstream
> +from twisted.words.xish import xmlstream
> +from twisted.words.protocols.jabber import component, jstrports,  
> client
>  from twisted.application import service
>
>  class SASLXmlStream(xmlstream.XmlStream):
>
> --- end patch
>
> Environment:
>
>               py24-OpenSSL-0.6nb1
>               py24-twisted-2.1.0
>               python24-2.4.2nb4
>               py24-ZopeInterface-3.0.1nb1
>               py24-imaging-1.1.5nb1
>               py24-twisted-web-0.5.0
>               py24-expat-0nb4
>               py24-twisted-xish-0.1.0
>               py24-twisted-words-0.1.0
>               py24-dns-1.3.3nb1
>               jabberd-2.0s10nb2
>
>       NetBSD/alpha, 2.0G (ok, the OS is old, so??? :-)
>
> Any ideas why?
>
> --
> Eric Schnoebelen              [EMAIL PROTECTED]               
> http://www.cirr.com
>     The most feared words in any (large) organization:
>               ``We're from corporate - we're here to help you...''
> _______________________________________________
> py-transports mailing list
> [email protected]
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports

Reply via email to