On Mon, Feb 04, 2008 at 12:05:45PM -0800, Christopher Barker wrote: > ctypes -- [...] Can it call C++ directly at all? No, but you can use 'extern "C"' in you cpp file, if you have controle over the file. Gaël