[Twisted-Python] new to twisted

exarkun at divmod.com exarkun at divmod.com
Tue Sep 28 19:22:36 EDT 2004


On Tue, 28 Sep 2004 16:21:38 -0400, "m. smadi" <smadi at power.eng.mcmaster.ca> wrote:
>hi;
> 
> i was writing third party sip call controller when a friend suggested i 
> use twisted.  I think it will save me a lot of time, but i had trouble 
> with the following when installing:
> cvs the pserial and pcrypto required package.  the cvs server complians 
> about a wrong password (any hints)

  Twisted doesn't use CVS anymore.  You want to download the released version, 1.3.0, or the packaged version for your platform, or use SVN to check it out.

  PySerial and PyCrypto are optional.  As long as you're only interested SIP, you won't miss them.

> 
> i continued without these package and installed using setup.py.  Where 
> is a good place to start (the tutorial provided is not really very 
> great) - any other suggestions?

  The IRC channel (#twisted / irc.freenode.net), the mailing list, the source code.  I doubt you'll find much documentation on using the SIP code, beyond the automatically generated API documents.  Reading the UDP howto and the cred howto is probably a good start, since SIP relies on both of those aspects of Twisted.

  Jp





More information about the Twisted-Python mailing list