panda module in c++ (solved)

i’m working on implementing a module of a project in c++. but i am failing on getting it working, i get bus errors when trying to import the final lib into python.

this is the code i am using (with the Makefile to compile it):
nouser.org/tmp/gecosC-17-03-2010-002.zip

i’m working under osx 10.6 a self compiled (threaded) version of panda3d.

when i try to import in python (run test.py) i get the following errors:
pastebin.be/23965

anybody having a idea would help me a lot. thanks

i’ve found the problem after having drunk some beers :slight_smile:

i was compiling for python 2.5, while using 2.6…

Ah, good to hear! The inestimable value of beer. :slight_smile:

David