Requirements
Installation
A real installation is not necessary. If Python and
wxPython are installed on your computer, you only have to copy a folder from the
zip.
First time installation
- unpack and copy the folder StoreMan from the zip to a place of
your choice
- on Linux systems /opt/StoreMan is a good choice
- install Python 2.5.x or 2.6.x (this is
default on many Linux systems) or better
- install wxPython 2.8.x (package python-wxgtk2.8 on Ubuntu) or
better
- locate and double click "storeman.pyw" or run from a command
line
"python ./storeman.pyw" (Linux) or "pythonw .\storeman.pyw"
(Windows)
Update
- goto the StoreMan directory
- delete all files ending with .pyc (Linux: rm *pyc, Windows: del
*pyc)
- unpack and copy the folder StoreMan from the zip and overwrite
your existing StoreMan folder with the updated files
- if there exists a file zipfile.py in your StoreMan folder you may
delete this file