Ed Leafe wrote:
On Dec 6, 2005, at 10:28 PM, noel r villamor wrote:

Am using Ubuntu Breezy too and I don't remember having to do python
setup.py. Try doing the following:


That's good advice. Since Dabo changes so often as it is being developed, lots of people keep the files in a local directory (mine are in ~/projects/dabo; you can keep yours anywhere you like), and just create a symlink to that folder in the site-packages directory for Python.

There is one way to do it that is cross-platform (Windows is stuck in the dark ages with no symlinks):

Put a dabo.pth file inside site-packages, with a line pointing to the directory containing dabo. Examples for Win and Unix:

c:\projects\dabo

/home/pmcnett/projects/dabo


--
Paul McNett
http://paulmcnett.com
http://dabodev.com


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to