Errors during xmldiff install on xp

Gerhard Häring gh at ghaering.de
Thu Apr 24 22:02:04 EDT 2003


M Ross wrote:
> Getting the following error msgs when trying to install the xmldiff
> module:
> 
> c:\Python22\include\pyconfig.h(37) : fatal error C1083: Cannot open
> include file: 'io.h': No such file or directory
> 
> running 
> 
>>python setup.py install
> 
> from the xmldiff directory.
> 
> io.h is on my machine-I have VS.NET installed. [...]
                                ^^^^^^

That might be the problem. Python is built with VC6 and distutils is 
geared towards VC6 (alternatively, Borland or mingw).

-- Gerhard





More information about the Python-list mailing list