writing extension in C++ for MacPython

Henrik Ravn henrik at ravn.com
Mon Dec 20 04:50:04 EST 1999


Hi all,

I'm trying to run an interpreter instance from a C++ program. Everything
works fine on the PC, but on the Mac I get as far as Py_Initialize() and
boink, program exit. The stand-alone Python interpreter works fine.

The setup:
MacOS 8.6
Python 1.5.2c1
Metrowerks 5 compiler

The project links with:
PythonCore, MSL C, MSL C++, MSL SIOUX, MSL Runtime, Interface, MathLib,
GUSI_MSL.

Any ideas?

Henrik






More information about the Python-list mailing list