Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #71699 > unrolled thread
| Started by | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| First post | 2014-05-17 17:59 +0100 |
| Last post | 2014-05-17 17:59 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Problem building 3.5 on Windows Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-05-17 17:59 +0100
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2014-05-17 17:59 +0100 |
| Subject | Problem building 3.5 on Windows |
| Message-ID | <mailman.10093.1400345991.18130.python-list@python.org> |
First time in months I've tried building, first time I've ever had a problem that I can't solve for myself. I'm using Visual C++ 2010 Express. 1>------ Build started: Project: make_versioninfo, Configuration: Debug Win32 ------ 1> make_versioninfo.c 1>..\PC\make_versioninfo.c(1): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory 2>------ Build started: Project: kill_python, Configuration: Debug Win32 ------ 2> kill_python.c 2>C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\windows.h(151): fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory 3>------ Build started: Project: make_buildinfo, Configuration: Release Win32 ------ 3> make_buildinfo.c 3>C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\windows.h(151): fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory etc. What stupid thing have I forgotten, apart from switching to *nix? :) -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com
Back to top | Article view | comp.lang.python
csiph-web