Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73719
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Subject | Re: why i can't install ez_setup |
| Date | 2014-06-29 02:10 +0100 |
| References | <tencent_09B6C1417D2468E25887FD86@qq.com> <lonkc3$6ag$1@ger.gmane.org> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11318.1404004265.18130.python-list@python.org> (permalink) |
On 29/06/2014 00:50, Peter Tomcsanyi wrote: > I cannot answer the original question. > > But: do you need ez_setup at all? > From your text it's clear that you are using Python on Windows. > > Therefore I suggest you to forget about the obscure Python installation > tools and look at: > http://www.lfd.uci.edu/~gohlke/pythonlibs/ > Find there the Python modules that you want to install. Then just > download the proper windows installers (for the module and all its > prerequisites) and install the modules' binaries in the way which is > usual in Windows. > > Or are you trying to install a package that is not listed on the > above-mentioned site? > > Peter > I don't consider that particularly sound adice. easy_install is hardly an "obscure Python installation tool". If you get pip it will look after the dependancies for you. The site you're referenced is unofficial. FWIW I've used it and never had a problem, but it's certainly a case of "buyer beware". -- 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 comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: why i can't install ez_setup Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-06-29 02:10 +0100 Re: why i can't install ez_setup wxjmfauth@gmail.com - 2014-06-28 23:58 -0700
csiph-web