Changeset 1322 for gaphor/trunk/FAQ
- Timestamp:
- 05/30/07 23:51:38 (1 year ago)
- Files:
-
- gaphor/trunk/FAQ (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphor/trunk/FAQ
r463 r1322 2 2 ========================== 3 3 4 Q: I have installed DiaCanvas2 and everything went okay, however when I do a 5 "python setup.py config" it complains that it can not find DiaCanvas. 4 Q: Does Gaphor work on Windows 6 5 7 A: There is a good chance the diacanvas-python module is installed correctly, 8 but in /usr/local/lib/python2.[23]/site-packages. The easiest solution is 9 to add this directory to your PYTHONPATH environment variable: 6 A: Yes it does. Check out the gaphor-win32-libs package in Gaphor's subversion 7 repository. It contains all the libraries required to get Gaphor up and 8 running. All you need more is a Python 2.4 installation (the libraries are 9 compiled for Python 2.4, not 2.5). 10 10 11 export PYTHONPATH=/usr/local/lib/python2.[23]/site-packages12 13 As an alternative a setup.py script is provided in the python/ directory14 in the diacanvas2 source distribution.15
