On 07/27/2010 03:15 PM, Ed Leafe wrote:
> On Jul 27, 2010, at 8:54 AM, Mark Veldhuis wrote:
>
>
>> in createApp
>> f.write(self.getMain(ci.Name, selTb[0], appName))
>> File "/home/mark/dabo/ide/wizards/AppWizard/AppWizard.py", line 1006,
>> in getMain
>> "spec-main.py.txt")).read() % locals()
>> IOError: [Errno 2] No such file or directory:
>> '/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/spec-main.py.txt'
>>
> That's kinda messed up - it's trying to find AppWizard files inside of
> your wxPython module!
>
> What directory are you launching AppWizard from?
>
>
> -- Ed Leafe
>
>
>
> _______________________________________________
> 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]
>
>
It is in
/home/mark/dabo/ide/wizards/AppWizard/AppWizard.py
where the install of dabo put it. This is Ubuntu 10.4, and I used the
filebrowser and double clicked the .py ... I run it from a terminal and it
gives the same message.
if not self.Form.createApp():
File "AppWizard.py", line 639, in createApp
f.write(self.getMain(ci.Name, selTb[0], appName))
File "AppWizard.py", line 1006, in getMain
"spec-main.py.txt")).read() % locals()
IOError: [Errno 2] No such file or directory:
'/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/spec-main.py.txt'
_______________________________________________
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]