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


-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com



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

Reply via email to