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

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Sat May 19 16:28:01 EDT 2007


En Sat, 19 May 2007 13:14:40 -0300, Arjun Narayanan  
<arjunajay_ajay at rediffmail.com> escribió:

> For thr program,
> #include "E:\Python25\include\Python.h"
> #include<iostream>

Configure your environment so using:

#include <Python.h>

works (you may need to add E:\Python25\include to some list of searched  
directories, maybe an INCLUDE environment variable).

-- 
Gabriel Genellina




More information about the Python-list mailing list