[Twisted-Python] R: Twisted Python on Nokia E71x (Running the phone Python Interpreter)

lormayna at libero.it lormayna at libero.it
Fri Mar 5 04:20:49 EST 2010


>Date: Thu, 4 Mar 2010 15:57:43 -0600
>From: Prince Riley <wmarketing3 at gmail.com>
>Subject: [Twisted-Python] Twisted Python on Nokia E71x (Running the
>	phone	Python Interpreter)
>To: twisted-python at twistedmatrix.com
>Message-ID:
>	<fa04eb751003041357o7ca889a9uc3985667c34731b0 at mail.gmail.com>
>Content-Type: text/plain; charset="iso-8859-1"
>
>Has anyone experimented with twisted-python on the Nokia E71x or E72
>smartphones?
>
>Prince Riley

Hi,
I had tried to use Python for S60 (not Twisted, but standard socket module) 
writing a NNTP client, but I found many problem specially about networking. 
There is no high-layer abstraction layer for networking, so you have to 
implement all the logic from low level.
I tried to use select (that may be useful for doing asynchronous networking 
apps), but is not working correctly on s60 phones. There is no porting for 
Twisted.
My experience is that PyS60 is not mature for a production environment.




More information about the Twisted-Python mailing list