Trying to import numpy

Chris Angelico rosuav at gmail.com
Tue Jul 7 01:04:46 EDT 2015


On Tue, Jul 7, 2015 at 1:17 PM, ryguy7272 <ryanshuell at gmail.com> wrote:
> I would say 100% of my errors come from importing python modules.  If this every worked, I could do some real work.  Instead, I spend 100% of my time trying to make thing that don't work, work.
>

I could equally say that 100% of your errors come from working on
Windows, and that if you were on a different OS, you could do some
real work. Or I could probably point out that 100% of your errors come
from using the internet, and that if you had a completely stand-alone
system, you could do some real work. You're blaming importing on
circumstantial evidence here, and that's not exactly fair.

Start by making sure you have Python 2.7.9 or better (and yes, 3.4
counts as "better"). It should come with pip already installed.

ChrisA



More information about the Python-list mailing list