Ed, I ran it from two locations.
When I ran it from the AppWizard folder, It tried to find the file in the current working directory (at startup) c:\program files\dabo runtime\spec-main.py.txt When I ran it from the daborun.exe folder it tried to find it in c:\program files\dabo runtime\ide\wizards\appwizard\ide\wizards \appwizard (note the two sets if ide\wizards\appwizard) folders. When I ran it from c:\ specifying the full path to everything including the c:\ it worked. Force-fed it an absolute path. (this was with the gui runtime, not the console version. -Joseph On Thu, 2006-12-14 at 10:32 -0500, Ed Leafe wrote: > On Dec 13, 2006, at 10:56 AM, Joe Brown wrote: > > > Traceback (most recent call last): > > File "c:\projects\dabo\lib\eventMixin.py", line 97, in raiseEvent > > File "C:\Program Files\Dabo Runtime\dabo\ui\dialogs\Wizard.py", line > > 122, in onNext > > File "C:\Program Files\Dabo Runtime\dabo\ui\dialogs\Wizard.py", line > > 138, in _finish > > File "ide\wizards\AppWizard\AppWizard.py", line 727, in onLeavePage > > File "ide\wizards\AppWizard\AppWizard.py", line 794, in createApp > > File "ide\wizards\AppWizard\AppWizard.py", line 1198, in getMain > > IOError: [Errno 2] No such file or directory: 'ide\\wizards\ > > \AppWizard\ > > \spec-main.py.txt' > > > > Doh, couldn't find the error log yesterday. The error doesn't make > > sense because the file is there??? > > If you are using the console version of the runtime engine, it > should print out a bunch of debugging info when it starts up, such as > the pathing. Can you run it from both locations (where it works and > where it crashes) and send me the output? Label it so that I know > which location produced which output. Thanks. > > > -- Ed Leafe > -- http://leafe.com > -- http://dabodev.com > > > > _______________________________________________ > Post Messages to: [email protected] > Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users > _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
