> On Oct 2, 2006, at 9:23 AM, Rick Graves wrote: > > > When I type > > "python AppWizard.py" in a terminal shell, python says > > > > can't open file "AppWizard.py" [Errorno 2] No such > > file or directory > > > > After updating the file database with updatedb, locate > > finds no AppWizard.py file. > > > > I can however start python and import dabo. > > Python can't find AppWizard.py from it's current location in the > shell. It's just a regular old Python script, so you need the full > path to it. Try this instead: > > python full/path/to/AppWizard.py > > On my machine, it looks like: > > [EMAIL PROTECTED] ~]$ python projects/ide/wizards/AppWizard/AppWizard.py
...and also note that AppWizard.py is part of the daboide repository, not the main dabo repository. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
