Need help porting a C++ / Python Embedded app to multiple platforms

2008-02-05 Thread jpw
6 0xfe92c18c in __cxa_throw (obj=, tinfo=0x3a3568, dest=0x272e6c <~PythonException>) at ../../../../gcc-4.0.4/libstdc++-v3/libsupc++/eh_throw.cc:77 #7 0x0027422c in PythonWrapper::Python::loadModule (this=0x46bc48, [EMAIL PROTECTED]) at PythonWrapper.C:425 Any help would be gr

Python / C++ embed halfway working - question about constructors

2008-03-26 Thread jpw
I am running my C++ / Python App on a MacBook Pro with 2.5 installed I have had some success in that I can load a module, get the class, get the reference, but when the python class calls another python class I don't ever seem to get the object back from the constructor. I am doing the following