Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #11204
| From | Gelonida N <gelonida@gmail.com> |
|---|---|
| Subject | Re: problem installing psyco on windows (Unable to find vcvarsall.bat) |
| Date | 2011-08-11 13:01 +0200 |
| References | <mailman.2128.1313016306.1164.python-list@python.org> <d6229801-992d-4870-b8bc-90588b40d1be@glegroupsg2000goo.googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2170.1313060500.1164.python-list@python.org> (permalink) |
On 08/11/2011 05:24 AM, Miki Tebeka wrote: > You can download the sources tarball and when building specify the compiler. > See http://docs.python.org/install/index.html#gnu-c-cygwin-mingw Your answer put me on the right track. This works: - downloading mingw - downloading and extracting the tarfile the tar file - python setup.py build --compiler=mingw32 - python setup.py install In order to directly use pip / easy_install I created the file %USERPROFILE%\pydistutils.cfg with following two contents: [build] compiler=mingw32 and added mingw to my search path. now in can directly type pip install psyco Thanks again
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
problem installing psyco on windows (Unable to find vcvarsall.bat) Gelonida N <gelonida@gmail.com> - 2011-08-11 00:44 +0200
Re: problem installing psyco on windows (Unable to find vcvarsall.bat) Miki Tebeka <miki.tebeka@gmail.com> - 2011-08-10 20:24 -0700
Re: problem installing psyco on windows (Unable to find vcvarsall.bat) Gelonida N <gelonida@gmail.com> - 2011-08-11 13:01 +0200
Re: problem installing psyco on windows (Unable to find vcvarsall.bat) Miki Tebeka <miki.tebeka@gmail.com> - 2011-08-10 20:24 -0700
csiph-web