[Pythonmac-SIG] Re: [Pyobjc-dev] Build of pyobjc and pyobjc-nib failures
Ronald Oussoren
oussoren@cistron.nl
Wed, 31 Jul 2002 19:59:09 +0200
I suppose your building pyobjc 0.6.1. If you remove the prototype for
getcwd in OC_PythonBundle it will compile and build.
One thing though, you'll probably need a framework install of python if
you actually want to use this. At the very least you'll have to start
the scripts with an absolute path (some part of Cocoa directly accesses
argv[0] and fails if that is not an absolute path).
If you're adventurous you could try my version of pyobjc from
http://www.cistron/~oussoren/pyobjc. That version is a lot more usefull
when you want to play with the combination of Interface Builder and
python. That version definitly requires a framework install of python
2.3.
Ronald