Re: error in loading data into the code

2010-10-18 Thread Peter Otten
Diez B. Roggisch wrote: > nakisa writes: > >> hello , I have started python last week,so maybe my question is a bit >> stupid. >> I got this error in my simple python code while trying to load data >> into the code. I have added this libaraies >> from pylab import * >> from scipy import * >> imp

Re: error in loading data into the code

2010-10-18 Thread nakisa
On Oct 18, 5:02 pm, de...@web.de (Diez B. Roggisch) wrote: > nakisa writes: > > hello , I have started python last week,so maybe my question is a bit > > stupid. > > I got this error in my simple python code while trying to load data > > into the code. I have added this libaraies > > from pylab im

Re: error in loading data into the code

2010-10-18 Thread Diez B. Roggisch
nakisa writes: > hello , I have started python last week,so maybe my question is a bit > stupid. > I got this error in my simple python code while trying to load data > into the code. I have added this libaraies > from pylab import * > from scipy import * > import matplotlib.mlab as mlab > from n