Changes between Version 109 and Version 110 of DevelopGuide
- Timestamp:
- Apr 3, 2010, 9:37:37 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopGuide
v109 v110 6 6 7 7 Papywizard is entirely written in python. Branch 2.x now uses '''!PyQt''' (Python binding for Qt) for the GUI, '''pybluez''' and/or '''pyserial''' for hardware control. 8 9 8 == Build from source == 10 9 … … 17 16 In order to run Papywizard from source, you need: 18 17 19 * Python >= 2.5: http://www.python.org/ftp/python 18 * Python >= 2.5: http://www.python.org/ftp/python (python-2.6.x) 20 19 * Qt >= 4.5: http://qt.nokia.com/downloads 21 * !PyQt >= 4.5: http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4 22 * pybluez : http://code.google.com/p/pybluez/downloads/list23 * pyserial: http://sourceforge.net/projects/pyserial/files 24 25 Be sure to use the same python version for all of them .20 * !PyQt >= 4.5: http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4 (PyQt-Py2.6-gpl-4.7.x) 21 * pybluez >=0.15: http://code.google.com/p/pybluez/downloads/list (PyBluez-0.18) 22 * pyserial: http://sourceforge.net/projects/pyserial/files (pyserial-2.4) 23 24 Be sure to use the same python version for all of them (except for pyserial, which is a pure python module). 26 25 27 26 === Gnu/linux ===