Menu

Tree [r1] /
 History

HTTPS access


File Date Author Commit
 README 2009-07-27 anestethize [r1]
 appuifw.glade 2009-07-27 anestethize [r1]
 appuifw.py 2009-07-27 anestethize [r1]
 funzioni.py 2009-07-27 anestethize [r1]
 list_prova.py 2009-07-27 anestethize [r1]
 note_prova.py 2009-07-27 anestethize [r1]

Read Me

---INTRODUCTION---
appuifw-GTK+ is an appuifw port written in Python.
It means that you can run your Python code for Nokia on your PC in order to test it or use a program that has not relased yet in a PC version.
appuifw-GTK+ SHOULD run on every system running Python and GTK+ but I tested it just on Linux.
---NOTE FOR WINDOWS USERS---
In order to get appuifw-GTK+ working wou'll have to download and install Python, the GTK+ runtime and PyGTK for Windows.

*Python 2.6 (http://www.python.org/ftp/python/2.6.2/python-2.6.2.msi)
*GTK+ runtime (http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.16/gtk+-bundle_2.16.4-20090708_win32.zip)
*PyGTK (http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.8/pygtk-2.8.6-1.win32-py2.5.exe)

appuifw-GTK+ may not work with Python >= 3.0 anyway I dind't test it so if you want to try you're welcome.

---HOW TO USE THIS---
Just put appuifw.py in one of your os.sys() directories then run your code (:
To find out what directories can contain Python modules just execute:

python [ENTER]
import os [ENTER]
os.path() [ENTER]

in a terminal window and read the output.
You can also put appuifw.py in your code directory since os.path() contains also the current directory.
Anyway this is deprecated since you'll have A LOT of appuifw.py files in your hard drive :P

---LICENSE---
This program is free software; you can redistribuite it and/or modify it under the terms of the GNU/General Pubblic License as published the Free software Foundation; either version 3 of the License, or (at your opinion) any later version. (http://www.gnu.org/copyleft/gpl.html)

---CHANGELOG---
First Number:  Reaches '1' when the code is ready for dayly use 
Second Number: If even code's unstable, if it's odd code's stable. 0 is even.
Third Number:  When a new function is implemented Third Numbers adds '1'
Fourth Number: When i bug-fix my code I add 1 to the Forth Number

0.0.1   (Implemented 'appuifw.note' )
0.0.1-1 (Bug-Fix, improved my code)
0.0.2   (Implemented 'appuifw.query')
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.