Changeset 1322 for gaphor/trunk/FAQ

Show
Ignore:
Timestamp:
05/30/07 23:51:38 (1 year ago)
Author:
arj..@yirdis.nl
Message:

Added property page for interfaces.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphor/trunk/FAQ

    r463 r1322  
    22========================== 
    33 
    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. 
     4Q: Does Gaphor work on Windows 
    65 
    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: 
     6A: 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). 
    1010 
    11      export PYTHONPATH=/usr/local/lib/python2.[23]/site-packages 
    12  
    13    As an alternative a setup.py script is provided in the python/ directory 
    14    in the diacanvas2 source distribution. 
    15