Embedded python 2.6 in C++ problems

2010-02-01 Thread Paul Atkin
Hi, I'm extending some old Visual Studio 6 MFC code to add embedded python scripting. It works fine most of the time but some python function calls do not work as expected. The C++ code is a multithreaded MFC application. I was assuming that it was GIL issues but I have tried using the manual loc

Embedded python 2.6 in C++ problems

2010-02-01 Thread Paul Atkin
Hi, I'm extending some old Visual Studio 6 MFC code to add embedded python scripting. It works fine most of the time but some python function calls do not work as expected. The C++ code is a multithreaded MFC application. I was assuming that it was GIL issues but I have tried using the manual loc