embedded python on mac - linking problem

Krzysztof Kobus kk720801 at yahoo.com
Thu Jan 7 07:22:21 EST 2010


Hi,

I have been able to solve the problem finally:

Initially I was trying (wrongly) to link distutils-made module with my application and that has failed. Solution was to (instead of linking the module) compile the source files making up the module and link corresponding objects as any other sources of the application.

Thank you for your help,

KK


      



More information about the Python-list mailing list