TracNav
Python Standard...
- Downloads
- Installation
- Release Notes
- View Source
- API Docs
- Discussion
Project Owner...
- Toby de Havilland
Demos...
wxPython...
- Employee Admin
Google App Engine...
- Blog
PureMVC Standard for Python
Installing the Project Source Code
- From the archive
- Download the latest source code archive.
- Unzip the source code zip to any folder on your disk. (for instance: c:\development\)
- You will see a PureMVC_Python_X_Y (where X_Y is version) source folder. (for instance: c:\development\PureMVC_Python_X_Y )
- From the Repository
- Use your favorite SVN client to retrieve the latest source code release from the repository.
- Install the Python Module
- from the command line. in the PureMVC_Python_X_Y folder, run python setup.py install
- If need be, consult the official Python docs: Installing Python Modules
