Re: using boost to extend python with c++

2007-07-03 Thread Volodya
Please see http://lists.boost.org/boost-build/2007/05/1.php -- the solution is to add "using python ;" to tools/build/v2/user-config.jam. -- http://mail.python.org/mailman/listinfo/python-list

Using multiprocessing from a Windows service

2009-02-05 Thread Volodya
Hi all, I think I've found a small bug with multiprocessing package on Windows. If you try to start a multiprocessing.Process from a Python- based Windows service, the child process will fail to run. When running the parent process as a regular Python program, everything works as expected. I've t