On Sat, Jan 26, 2013 at 3:51 PM, Skipper Seabold <
jsse...@gmail.com> wrote:
> On Sat, Jan 26, 2013 at 3:25 PM, Vincent Arel <
vincen...@gmail.com>
> wrote:
>>
>> On Sat, Jan 26, 2013 at 2:11 PM, <
josef...@gmail.com> wrote:
>> >
>> > One question I just remembered
>> > Did it install the extensions?
>> > you should have a tsa\kalmanf\kalman_loglike.pyd and a
>> > nonparametric\fast_linbin.pyd
>> >
>> > Thanks for testing
>> >
>> > Josef
>> >
>> >>
>> >> Vincent
>>
>> I'm still trying to figure out how paths work on the mac, so I'm not
>> 100% certain of anything, but it looks like the 2 files you mention
>> are *not* there.
I tried to check the presence of the extension by loading them, but I get
>>> import statsmodels.nonparametric.fast_linbin as tmp
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "fast_linbin.pyx", line 9, in init
statsmodels.nonparametric.fast_linbin
(statsmodels\nonparametric\fast_linbin.c:3591)
ValueError: level must be >= 0
>>> import statsmodels.tsa.kalmanf.kalman_loglike as tmp
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "kalman_loglike.pyx", line 3, in init
statsmodels.tsa.kalmanf.kalman_loglike
(statsmodels\tsa\kalmanf\kalman_loglike.c:6325)
ValueError: level must be >= 0
>>> from statsmodels.nonparametric.fast_linbin import linbin
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "fast_linbin.pyx", line 9, in init
statsmodels.nonparametric.fast_linbin
(statsmodels\nonparametric\fast_linbin.c:3591)
ValueError: level must be >= 0
No idea what they mean, I have the right path
>>> import statsmodels.tsa.kalmanf as tmp
>>> tmp.__file__
'C:\\Programs\\Python33\\lib\\site-packages\\statsmodels-0.5.0-py3.3-win32.egg\\statsmodels\\tsa\\kalmanf\\__init__.py'
Josef
>
>
> Do you have compilers from Xcode installed with the command line tools?
>
> Skipper
>
> --
>
>