Embedding Python in C DLL

terti terti at mighty.co.za
Wed Sep 8 18:11:26 EDT 2004


The following site cleared things up for me.

http://davidf.sjsoft.com/mirrors/mcmillan-inc/embed.html

I changed my Python script to a module with functions rather than a 
class with methods. With no instantiation needed, things started working 
better.

Regards,
Tertius




More information about the Python-list mailing list