Please excuse my newbie question, but I'm trying to install pywin32 using Python26 on Windows 7 64-bit machine. When I run the "python setup.py -q install" command I get the following error:
File "\download\pywi n32-214\setup.py", line 2152, in <module>
('', ('pywin32.pth', )),
File "D:\Python26\li b\distutils\cor e.py", line 152, in setup
dist.run_comman ds()
...
Search Result
Collapse
2 results in 0.0041 seconds.
Keywords
Members
Tags
-
Windows.H not found! Help
1>------ Build started: Project: TatniumD3D, Configuration: Debug Win32 ------
1>Compiling...
1>d3d8tex.cpp
1>e:\d3d_starte rkit_v3.0b\d3d8 \d3d8tex.cpp(3) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
1>d3d8int.cpp
1>e:\d3d_starte rkit_v3.0b\d3d8 \d3d8int.cpp(3) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
1>d3d8dev.cpp...