Hello,

I want wo be able to make my program scriptable with python.

My program is written in ObjectC in XCode 3 (target only for MacOSX 10.5).

I want to embed it and use

Py_Initialize();
PyRun_SimpleString(".....

Can anyone give me some advice how I wrap my cocoa classes to be able to access them from within the python script?

I found the examples on how to wrap c/c++ functions but nothing about ObjectC.

Many thanks in advance
Georg
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to