[Twisted-Python] Re: What is the best way to install Twisted on OS X 10.4?

Aaron Rustad arustad at gmail.com
Sat Jul 15 10:26:26 EDT 2006


OK, I finally got back on to my MacBook, made the change to
msn_example.py, and it works.

So, it turns out is wasn't a OS X/python issue at all.

thanks everyone!
AR.

On 7/14/06, Andrew Bennetts <andrew-twisted at puzzling.org> wrote:
> On Fri, Jul 14, 2006 at 08:32:49AM -0600, Aaron Rustad wrote:
> > Turns out there is a problem with the msn_example.py that is provided
> > under the documentation section of the Words project.
> >
> > The import of msn is:
> >
> > from twisted.protocols import msn
> >
> > but should read:
> >
> > from twisted.words.protocols import msn
>
> While the example should be updated to use the non-deprecated import, there
> seems to be a bug here.  The only difference between these two statements should
> be that the first emits a warning.  They should both work (or not) equally well.
>
> -Andrew.
>
>
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>




More information about the Twisted-Python mailing list