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
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
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