Slashdot Mirror


Python For Nokia Series 60 Phones Now Available

Python for Series 60 has been released on the Forum Nokia website. The release notes included in the package seem to give a fairly realistic image of the current status, and the demo apps and documentation seem to be quite good. The supplied documents even hint that there might be an OpenGL-API in the future. Alas, the emulator package seems to be for Windows only, as are the required S60 SDKs.

3 of 20 comments (clear)

  1. Re:Porting VMs to Symbian by Joutsa · · Score: 2, Informative

    Basically, Symbian makes everything hard.

    There is some kind of ported standard C library, but it is both lacking and buggy. Also, when using the C library, there are only two symptoms when something goes wrong: either the application crashes or the entire phone crashes. If the software runs differently on PC emulator and the phone, you're pretty much out of luck. Standard C++ is of course a dream far away. Ported STL exists but it has its own set of troubles.

  2. UI widget "emulator" and PyExpat now available by jplauril · · Score: 2, Informative

    The nice people at HIIT have made a wxWidgets implementation of the Python for Series 60 appuifw UI widget API, so now you run the same UI code on your desktop machine and on your phone, without needing the Symbian emulator. The code is not quite complete yet, but a lot of stuff _is_ supported. They also released their PyExpat port, which is a good example of how to extend Python for Series 60.

  3. Re:great news by gl4ss · · Score: 2, Informative

    not sure about 'bsd socket support' but socket support is in other s60 phones as well.

    as for the gnubox.. tried to do it with these instructions yet? http://www.cs.helsinki.fi/u/mraento/symbian/bt-ap. html

    --
    world was created 5 seconds before this post as it is.