Rich Shepard wrote: > On Tue, 20 Feb 2007, Paul McNett wrote: > >> 1) Put dabo, dabodemo, and daboide in ~/projects >> 2) Make a dabo.pth file in site-packages pointing to ~/projects/dabo > > Nuts! It ain't workin'. > > I have ~/development/python/dabo which contains dabo/ (the download), > dabodemo/, and daboide/. Then I created > /usr/lib/python2.4/site-packages/dabo.pth that contains the above absolute > path. > > But, when I am in my application directory and try 'python > ReportDesigner.py' I'm told 'python: can't open file 'ReportDesigner.py': > [Errno 2] No such file or directory' > > Do I need to source a file so that python knows where it is? Not having > needed a *.pth before I'm sure that I have missed something important. > > Thanks, > > Rich >
ReportDesigner.py is part of daboide. (mypathtodaboide/ReportDesigner.py) dabo.pth is for dabo itself. Start ReportDesigner with: python pathtodaboide/ReportDesigner.py Uwe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
