Ed Leafe wrote: > On Mar 1, 2007, at 4:11 PM, Douglas Kennedy wrote: > >> I looked inside of the directory c:\ptyhon24\lib\site-packages >> for the >> file dabo.pth it is there. >> >> the path is c:\projects\... >> >> Dabo is located c:\projects\dabo, >> \daboide, >> \dabodemo, >> >> while still at the python cmd line I can import wx, so I know >> that the >> site-packages python directory can be seen because the wx.pth is >> located >> there. > > In your site-packages directory, the file 'dabo.pth' should contain > just the following: > > c:\projects
Only if you didn't download the outer dabo directory. Given a checkout of: svn checkout http://svn.dabodev.com/dabo/trunk c:\projects\dabo you need your dabo.pth to read: c:\projects\dabo -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
