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??? It appears to search the correct path when I run it from the dir containing daborun.exe... However, if I ruom the AppWiz dir, it searches in the dir that contains daborun.exe ??? Seems as though I heard about this issue b4 on this list. I find it a little curious that I don't have a c:\projects directory at all... :-o -Joseph Heh, starting it with an absolute path works around the issue: C:\>"Program Files\Dabo Runtime\daborun.exe" "c:\Program Files\Dabo Runtime\ide\wizards\AppWizard\AppWizard.py" On Tue, 2006-12-12 at 15:12 -0600, [EMAIL PROTECTED] wrote: > Are you running the AppWizard from the command line? If so are there > any error or log messages? > > Robert > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Joe Brown > > Sent: Tuesday, December 12, 2006 10:00 AM > > To: Dabo Users list > > Subject: [dabo-users] App Wizzard > > > > > > I was excited to learn about the app wizard. > > > > Kudos! > > > > I was a bit disappointed I ran the app wizard. > > > > Using a postgreSQL database, I made no progress. The wizard > > stops at "press Finish to create your application" and > > pressing finish results in having to ability to press finish again. > > > > It successfully found my imaging table in the database and > > makes it to the finish line, but refuses to cross it. :-( > > > > Cancel exits and I can go back, but it won't generate a .py > > file larger than 0 bytes in size. > > > > daborun 0.7 > > postgresql 8.1 > > > > -Joseph > > > > > > _______________________________________________ > > 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 > _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
