Can't embed python in C++(Mingw[3.*] compiler)

sturlamolden sturlamolden at yahoo.no
Sun May 20 09:45:36 EDT 2007


On May 19, 6:14 pm, Arjun Narayanan <arjunajay_a... at rediffmail.com>
wrote:
> For thr program,
> #include "E:\Python25\include\Python.h"

Consider using

#include "E:/Python25/include/Python.h"

or

#include "E:\\Python25\\include\\Python.h"

instead.

Or use

#include <Python.h>

and compile with

-IE:/Python25/include












More information about the Python-list mailing list