I have 2 files: ~/temp/foo and ~/temp/foo.db - I told appwiz to create an app 
called foo, and I guess it saw ~/temp/foo and figured it could use it as a 
directory, thus this error:

c...@dv67:~/dabo-trunk/ide/wizards/AppWizard$ ./AppWizard.py
Traceback (most recent call last):
   File "/home/carl/dabo-trunk/dabo/ui/uiwx/dControlMixin.py", line 27, in 
_onWxHit
     self.raiseEvent(dEvents.Hit, evt, *args, **kwargs)
   File "/home/carl/dabo-trunk/dabo/ui/uiwx/dPemMixin.py", line 949, in 
raiseEvent
     super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args, **kwargs)
   File "/home/carl/dabo-trunk/dabo/lib/eventMixin.py", line 93, in raiseEvent
     bindingFunction(event)
   File "/home/carl/dabo-trunk/dabo/ui/dialogs/Wizard.py", line 122, in onNext
     self._finish()
   File "/home/carl/dabo-trunk/dabo/ui/dialogs/Wizard.py", line 138, in _finish
     ok = pg.onLeavePage("forward")
   File "./AppWizard.py", line 544, in onLeavePage
     if not self.Form.createApp():
   File "./AppWizard.py", line 621, in createApp
     os.chdir(directory)
OSError: [Errno 20] Not a directory: '/home/carl/temp/foo'

I can deal with it, just figured someone might want to take a shot at smoothing 
it out.

Carl K

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to