The executable that results from building Web Services Tool could be
used in any application to bootstrap into Python. In reality, you
could:
- create a new Cocoa project of whatever variety
- remove the main.m
- add a "copy files phase"
- copy the executable from WST into your app wrapper
- change the NSExecutable attribute to "Web Services Tool"
And it'll just work.
We should consider shipping a premade executable with pyobjc? That
way, as the executable is upgraded, developers can just rebuild their
projects as opposed to having to track some random source file? Not
really a huge advantage here, I guess.
b.bum
On Friday, October 11, 2002, at 10:53 AM, Bill Bumgarner wrote:
> The Web Services Tool has been updated to work with the Apple supplied
> Python. The change was quite easy -- it simply sets up the command
> line arguments as one normally would when using /usr/bin/python and
> calls execve() to transfer control to the python interpreter.
>
....
|