Re: [Tutor] NumPy and SciPy

2016-09-28 Thread Steven D'Aprano
On Tue, Sep 27, 2016 at 03:23:23PM +, Floeck, Thomas wrote: > Hi there, > > you have an idea where I can find NumPy and SciPy windows *.exe-files > for Python 3.5? Why does it have to be an .exe file? http://www.scipy.org/install.html -- Steve ___

Re: [Tutor] NumPy and SciPy

2016-09-27 Thread Alan Gauld via Tutor
On 27/09/16 16:23, Floeck, Thomas wrote: > you have an idea where I can find NumPy and SciPy windows *.exe-files for > Python 3.5? I'm not sure if they are up to 3.5 yet or not but the easiest way is just to grab a full distro such as Anaconda or Canopy. Google is your friend. -- Alan G Autho