En Sat, 19 May 2007 13:14:40 -0300, Arjun Narayanan <[EMAIL PROTECTED]> 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 -- http://mail.python.org/mailman/listinfo/python-list