|
|
Installing GridZilla from python sourceFrom $1Table of contentsNo headersIf you are working from the python source , you need to have python ,wxpython , reportlab and pyyaml modules available.
You can get the modules from the following places:
1) python (http://www.python.org/<wbr/>download/mac/)
2) wxpython (http://www.wxpython.org/<wbr/>download.php#binaries)
3)reportlab (http://www.reportlab.org/<wbr/>downloads.html)
4)yaml (http://pyyaml.org/wiki/PyYAML<wbr/>)
Alternatively if you have a package manager on your linux distro, Look for python-wxGTK , python , python-reportlab or Reportlab and pyyaml in the search utility provided with the package manager.
After you install these modules you can download the python source ( on the gridzilla website as Other Linux) and cd into the directory and say as root.
python setup.py install and then python gzilla.py The GUI source is in the module gzilla.py , the gridder directory needs to be on your python path for the gui to create the dispense lists.
Tags:
|