On 17/10/2007, lakki p <[EMAIL PROTECTED]> 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.
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to