Giter Site home page Giter Site logo

pys60's Introduction

		       Series 60 Compatibility

These modules are intended to enable running of many Python for Series
60 scripts on the desktop.  They are based on wxPython.

 * appuifw.py - S60 application user interface framework.
 * e32.py - Symbian OS utilities.
 * graphics.py - 2D graphics primitives.
 * key_codes.py - constants required by the appuifw module.

This software requires wxPython 2.5.3.1 or later, with Unicode support.
It has been tested on Mac OS X 10.4 (which includes wxPython 2.5.3.1),
on Linux (with wxPython built from sources -- see below), and on Windows
(some time ago, sorry).  The graphics module has mainly only been tested
on Linux.

After you have added this directory to your PYTHONPATH, you can try out
some of the example scripts included with Python for S60 (available at
http://forum.nokia.com/python/ or http://sourceforge.net/projects/pys60/):

 * python weather_info.py
 * python SMS_example.py
 * python rssreader.py
 * python ball.py
 * python snake.py

On Mac OS X, you need to use the "pythonw" command instead of "python".

Here is how we built wxPython for Linux:

   cd wxPython-src-2.5.3.1        # Better to use 2.6.x nowadays.
   mkdir bld

   cd bld
   ../configure --enable-unicode
   make
   sudo make install

   cd ../wxPython
   python setup.py build CORE_ONLY=1 UNICODE=1
   sudo python setup.py install CORE_ONLY=1 UNICODE=1

pys60's People

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.