In message <[EMAIL PROTECTED]>, Stephen Kellett
<[EMAIL PROTECTED]> writes

Following my posting with the solution for anyone else that wants to
know the answer.

The solution appears to be not to use:

>module = PyImport_AddModule("gc");

But to use

        module = PyImport_ImportModule("gc");

Stephen
-- 
Stephen Kellett
Object Media Limited    http://www.objmedia.demon.co.uk/software.html
Computer Consultancy, Software Development
Windows C++, Java, Assembler, Performance Analysis, Troubleshooting
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to