Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96945 > unrolled thread
| Started by | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| First post | 2015-09-21 15:30 +0100 |
| Last post | 2015-09-21 15:30 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: problem building python 3.5 extensions for windows Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-09-21 15:30 +0100
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2015-09-21 15:30 +0100 |
| Subject | Re: problem building python 3.5 extensions for windows |
| Message-ID | <mailman.39.1442845834.28679.python-list@python.org> |
On 21/09/2015 15:00, Robin Becker wrote: > ........ >> >> The most reported problem trying to build anything on Windows that is >> Python >> related. >> > ......... >> >> I'd be inclined to go for the reinstall, painful as that might be. >> I've tried >> finding the batch file as a separate download but there's just too >> many hits >> about "download Visual Studio". >> > I think that's where I'm headed. > > Sadly this has been the worst python upgrade for a long time in windows > land. I would gladly forgo all the bells and whistles for a simple > install of the C compiler, but I'm never certain that I'll be able to do > cross-compiles etc etc etc :( You used to be able to work around the "can't find vcvarsall.bat" problem by hard coding the path to it, but that now fails with some other obscure message, so I've given up trying to build anything other than core Python. An essential site for anybody trying to do serious work on Windows is Christoph Gohlke's "Unofficial Windows Binaries for Python Extension Packages" at http://www.lfd.uci.edu/~gohlke/pythonlibs/ -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
Back to top | Article view | comp.lang.python
csiph-web