Josef Perktold gmail.com> writes:
>
> Oscar Benjamin gmail.com> writes:
>
> >
> > On 17 September 2013 15:52, Josef Perktold gmail.com>
wrote:
> > >
> > > On the other hand, python-xy comes with MingW, and I never had any
problems
> > > compiling pandas and statsmodels for any version combin
On 17 September 2013 15:52, Josef Perktold wrote:
>
> On the other hand, python-xy comes with MingW, and I never had any problems
> compiling pandas and statsmodels for any version combination of python and
> numpy that I tested (although 32 bit only so far, I never set up the
> Microsoft sdk).
J
Oscar Benjamin gmail.com> writes:
>
> On 17 September 2013 15:52, Josef Perktold gmail.com> wrote:
> >
> > On the other hand, python-xy comes with MingW, and I never had any problems
> > compiling pandas and statsmodels for any version combination of python and
> > numpy that I tested (although
Oscar you are right!
The problem was Numpy!
I re-installed it using an executable that I downloaded from:
http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
I don't remember if previously I installed it using another source.
However the problem now is disappeared!
Many thanks!
Davide
--
https:
Oscar Benjamin gmail.com> writes:
>
> On 17 September 2013 14:35, Josef Pktd gmail.com> wrote:
> >> (As an aside, this is all much simpler if you're using Ubuntu or some
> >> other Linux distro rather than Windows.)
> >
> > scientific python on a stick
> >
> > https://code.google.com/p/winpytho
On 17 September 2013 14:35, Josef Pktd wrote:
>> (As an aside, this is all much simpler if you're using Ubuntu or some
>> other Linux distro rather than Windows.)
>
> scientific python on a stick
>
> https://code.google.com/p/winpython/wiki/PackageIndex_33
Thanks, I've just installed that and I'l
On Tuesday, September 17, 2013 9:06:59 AM UTC-4, Oscar Benjamin wrote:
> On 17 September 2013 13:13, Davide Dalmasso wrote:
>
> >
>
> > You are right... there is a problem with scipy intallation because this
> > error arise...
>
> >
>
> from scipy.interpolate import interp1d
>
> > Trace
On Tuesday, September 17, 2013 8:13:27 AM UTC-4, Davide Dalmasso wrote:
> You are right... there is a problem with scipy intallation because this error
> arise...
>
>
>
> >>> from scipy.interpolate import interp1d
>
> Traceback (most recent call last):
>
> File "", line 1, in
>
> from
On 17 September 2013 13:13, Davide Dalmasso wrote:
>
> You are right... there is a problem with scipy intallation because this error
> arise...
>
from scipy.interpolate import interp1d
> Traceback (most recent call last):
> File "", line 1, in
> from scipy.interpolate import interp1d
On Monday, 16 September 2013 17:37:58 UTC+2, Davide Dalmasso wrote:
> Hi,
>
>
>
> I intalled an executable version of statsmodels library for Windows 32-bit.
>
> When I import it in my Python Shell no problem occurs buy when I write:
>
>
>
> import statsmodels.api as sm
>
>
>
> the follo
You are right... there is a problem with scipy intallation because this error
arise...
>>> from scipy.interpolate import interp1d
Traceback (most recent call last):
File "", line 1, in
from scipy.interpolate import interp1d
File "C:\Python33\lib\site-packages\scipy\interpolate\__init__.
On 17 September 2013 11:10, Davide Dalmasso wrote:
> Il giorno lunedì 16 settembre 2013 17:47:55 UTC+2, Ethan Furman ha scritto:
>>
>> We'll need the rest of the traceback, as it will have the actual error.
>>
> Python 3.3.2 (v3.3.2:d047928ae3f6, May 16 2013, 00:03:43) [MSC v.1600 32 bit
> (Intel
Il giorno lunedì 16 settembre 2013 17:47:55 UTC+2, Ethan Furman ha scritto:
> On 09/16/2013 08:37 AM, Davide Dalmasso wrote:
>
> > Hi,
>
> >
>
> > I intalled an executable version of statsmodels library for Windows 32-bit.
>
> > When I import it in my Python Shell no problem occurs buy when I w
On 09/16/2013 08:37 AM, Davide Dalmasso wrote:
Hi,
I intalled an executable version of statsmodels library for Windows 32-bit.
When I import it in my Python Shell no problem occurs buy when I write:
import statsmodels.api as sm
the following error arises:
Traceback (most recent call last):
In Davide Dalmasso
writes:
> Hi,
> I intalled an executable version of statsmodels library for Windows 32-bit.
> When I import it in my Python Shell no problem occurs buy when I write:
> import statsmodels.api as sm
> the following error arises:
> Traceback (most recent call last):
> File
15 matches
Mail list logo