Re: [Pyobjc-dev] PyObjC newbie questions
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-05-04 08:41:58
|
On Sunday, May 4, 2003, at 03:06 Europe/Amsterdam, Gary Robinson wrote: > Ronald, > > Many thanks for your input! > > I think the AppleScript part shouldn't be a problem because I believe > Cocoa > supplies the means to create AppleEvents, so I should be use Cocoa for > that > part... > > Another thing, though. What about people who are running 10.1? Is it > possible to include the Python interpreter itself in the app using > buildapp.py so that such a user doesn't need to already have Python? builapp.py uses the bundlebuilder module which supports creating standalone applications ('buildapp.py --standalone build'). The bad news is that PyObjC currently doesn't work on 10.1, mostly because none of the developers have access to a 10.1 system. Ronald |