root/gaphor/tags/gaphor-0.9.2/FAQ

Revision 463, 0.6 kB (checked in by arjanmol, 4 years ago)

*** empty log message ***

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 Frequently Asked Questions
2 ==========================
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.
6
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:
10
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
Note: See TracBrowser for help on using the browser.