I have a working project using Apple's python 2.3 and the PyObjC
bridge. I would like to build a standalone application for my co-
workers. As I understand it, this requires using a different
python. So I installed python 2.4.1 using Bob Ippolito's installer.
Since the PyObjC installer i
On Nov 19, 2005, at 1:55 PM, Tom Elliott wrote:
> I have a working project using Apple's python 2.3 and the PyObjC
> bridge. I would like to build a standalone application for my co-
> workers. As I understand it, this requires using a different
> python. So I installed python 2.4.1 using Bob
I've installed PyObjC from source on Python 2.4 / 10.4, using the
bdist --open method. Unfortunately PyOXIDE still doesn't want to
launch, complaining of a lack of PyObjC. Is PyOXIDE using Apple's
Python? Is there a way to tell it not to? Can I still develop for
Python 2.4 with PyOXIDE even
Hello all,
I realize that this question cuts across quite a few areas. I hope
folks around here can help me, but would be happy for direction to a
better forum if one exists...
I'm trying to embed the MacPython (Python.framework in OS X 10.4) in
Matlab via a Matlab mex file (essentially a dylib t