Re: statsmodels.api

2013-09-17 Thread Josef Perktold
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

Re: statsmodels.api

2013-09-17 Thread Oscar Benjamin
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

Re: statsmodels.api

2013-09-17 Thread Josef Perktold
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

Re: statsmodels.api

2013-09-17 Thread Davide Dalmasso
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:

Re: statsmodels.api

2013-09-17 Thread Josef Perktold
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

Re: statsmodels.api

2013-09-17 Thread Oscar Benjamin
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

Re: statsmodels.api

2013-09-17 Thread Josef Pktd
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

Re: statsmodels.api

2013-09-17 Thread Josef Pktd
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

Re: statsmodels.api

2013-09-17 Thread Oscar Benjamin
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

Re: statsmodels.api

2013-09-17 Thread Davide Dalmasso
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

Re: statsmodels.api

2013-09-17 Thread Davide Dalmasso
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__.

Re: statsmodels.api

2013-09-17 Thread Oscar Benjamin
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

Re: statsmodels.api

2013-09-17 Thread Davide Dalmasso
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

Re: statsmodels.api

2013-09-16 Thread Ethan Furman
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):

Re: statsmodels.api

2013-09-16 Thread John Gordon
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