Documentation
Installation
Please download from the UI Toolkit page and install using the normal python command:
python setup.py install
Dependencies
PyWin32 (on Windows) - http://sourceforge.net/projects/pywin32/
pyGTK (for pango) - http://www.pygtk.org/downloads.html
pyGobject - http://www.pygtk.org/downloads.html
pyCairo - http://www.pygtk.org/downloads.html
You can get the DLL runtime files required for the above from the UI Toolkit page.
Note this does not mean that uxpython runs on GTK, it's just that they
share a lot of the same dependencies.
Todo
- Architecture document and graphic
- API docs
- Tutorial
- Custom Widget Tutorial
- Packaging tutorial - pyinstaller