My name is Pankaj Nathani. I am a Developer of mobile applications in Python for S60 from India. I am enthusiastic about putting innovative ideas for useful mobile applications into practice.
croozeus | 24 April, 2009 21:57
As predicted here, PyS60 team releases one more PyS60 dot release in the series of 1.9.x releases.
Some additions as below, and as said earlier, baby steps are always good.
New features with PyS60 1.9.4
May be few more dot releases should lead to a final product - PyS60 2.0 - pretty soon!
You can download the release from maemo garage
garage.maemo.org/frs/?group_id=854
Python |
Next |
Previous |
Comments (4) |
Trackbacks (0)
original.red | 06/05/2009, 16:47
Can you please implement the touchscreen interface for GLCanvas as I want to start using python +gles on my 5800XM!
MForceOne | 23/06/2009, 23:51
Hi,
I installed PyS60 1.9.4 on my Nokia 5800.
But after the installation is done i don't see a snake application icon in the Application Menu.
Do you know what the problem is or how i can run Python scripts otherwise with the new 1.9.4 version?
Mirko
kristianna | 12/11/2009, 07:24
Yeah!!Agree with this post.Python for S60 is coming along nicely. Just in time for the likes of the Ovi Store, too. New in v1.9.4, out today are a single signed runtime, an improved application packager, easier runtime deployment, new APIs and a full-screen mode for the likes of the Nokia 5800.
Support for Python 2.6 is very important.
qwavel | 25/04/2009, 00:05
It is great to see these new versions rolling out, but everything I see is for Python v2.5.
What is wrong with that? Well, 2.6 has many improvements (2.5 is many years old) but the one I want to focus on here is the mutable buffer.
I find that having a mutable buffer is very important for various type of cell phone applications, and network communication in particular.
The mutable buffer type was designed for Python 3.0 but then they decided that it was important enough that it should be back ported to v2.6.