|
Installation
Installation instructions 1. Get gdata-api-python (http://gdata-python-client.googlecode.com/files/gdata.py-1.1.1.tar.gz) Uncompress and execute as root this line in the package directory: python setup.py install 2. OPTIONALLY get python-fuse (http://fuse.sourceforge.net/wiki/index.php/FusePython) Uncompress and execute as root this line in the package directory: python setup.py install 3. Uncompress module package "uprgae-console-XXX.tar.gz" in any directory with writing privileges. tar xvzf uprgae-console-XXX.tar.gz Execute as root this line in the package directory: python setup.py install The module name is uprgae.py. There are some sample scripts in the package 'demos' directory. To make the examples work you need to have administration privileges in a GAE domain and edit the file gaeconf which holds the configuration parameters corresponding to YOUR domain account. There you must set your EMAIL and your preferred LANGUAGE: email=your.own@email.com lang=en To run the console: python ./consola.py To run the sample scripts: View particular user information: python ./demos/printuser.py View report of account activations: python ./demos/activaciones.py Create an empty email list: python ./demos/createlist.py |
Sign in to add a comment