Am 2008-11-30 um 18:02 schrieb Ed Leafe:
>> Sorry, can't try at the moment, I'm on the run... ;-)
>> Will try it probably on monday.
> Cool; no rush. Just let me know if it works for you.
in uiApp
def MacReopenApp(self, filename=None, *args, **kwargs):
self.dApp.onUiReopenFile(filename, *args, **kwargs)
must be:
def MacReopenApp(self, filename=None, *args, **kwargs):
self.dApp.onUiReopenApp(filename, *args, **kwargs)
Couldn't test the functionality, because I can't build the app any
more :-(
i.e. py2app runs through, but the app doesn't start, missing e.g.
dTextBox (that's definitely in there!); previously it couldn't find
AppKit or pkpg_resources...
Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net
https://www.cacert.org (I'm an assurer)
_______________________________________________
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]