Rich Shepard wrote: > On Tue, 20 Feb 2007, Uwe Grauer wrote: > >> You only need a dabo.pth in you python's site-packages directory containing: >> c:\home\daboproject\dabo > > That's only for winduhs. > > Rich >
Didn't know that you are using linux. On linux it is even easier. Create a symbolic link named dabo in your python site-packages dir pointing to your dabo dir. [EMAIL PROTECTED]:/usr/lib/python/site-packages> ls -l dabo lrwxrwxrwx 1 root root 24 2007-01-07 13:23 dabo -> /home/uwe/src/dabo/dabo/ Uwe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
