[python-win32] Regarding Embedded Pyhton

Paul Moore p.f.moore at gmail.com
Wed Oct 17 12:16:11 CEST 2007


On 17/10/2007, lakki p <lakki712 at gmail.com> wrote:
> Hi,
> i try to execute attached example.but it showing error  "wchar.h" unable to
> open.
> just i commented where it was showing.
> still i am getting errors like unresolved external reference Py_Initialize
> and Py_Finalize and PyInt_FromLong.
> Thanks,
> Lakshmi.

What C compiler are you using? Python requires a compiler that
supports standard C, and I'm pretty sure that wchar.h is a required
header from the C standard.

In other words, it sounds like your C compiler is broken, or doesn't
support the ANSI C standard.

Paul.


More information about the python-win32 mailing list