>Date: Thu, 4 Mar 2010 15:57:43 -0600
>From: Prince Riley <wmarketi...@gmail.com>
>Subject: [Twisted-Python] Twisted Python on Nokia E71x (Running the
>       phone   Python Interpreter)
>To: twisted-python@twistedmatrix.com
>Message-ID:
>       <fa04eb751003041357o7ca889a9uc3985667c3473...@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.


_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to