On Tue, Jan 29, 2013 at 9:20 AM, dc <
david.c...@gmail.com> wrote:
> For some reason some of the files in the sandbox are not getting 2to3'd by
> build_py_2to3 and is causing a minor error during "install".
>
> $ git grep "print ss.params"
> statsmodels/sandbox/nonparametric/tests/ex_gam_am_new.py: print ss.params
> statsmodels/sandbox/nonparametric/tests/ex_gam_new.py: print ss.params
>
> creating
> /usr/local/lib/python3.3/site-packages/statsmodels-0.5.0-py3.3-linux-x86_64.egg
> Extracting statsmodels-0.5.0-py3.3-linux-x86_64.egg to
> /usr/local/lib/python3.3/site-packages
> File
> "/usr/local/lib/python3.3/site-packages/statsmodels-0.5.0-py3.3-linux-x86_64.egg/statsmodels/sandbox/nonparametric/tests/ex_gam_am_new.py",
> line 59
> print ss.params
> ^
> SyntaxError: invalid syntax
>
> File
> "/usr/local/lib/python3.3/site-packages/statsmodels-0.5.0-py3.3-linux-x86_64.egg/statsmodels/sandbox/nonparametric/tests/ex_gam_new.py",
> line 52
> print "binomial"
> ^
> SyntaxError: invalid syntax
>
> File
> "/usr/local/lib/python3.3/site-packages/statsmodels-0.5.0-py3.3-linux-x86_64.egg/statsmodels/sandbox/nonparametric/tests/ex_smoothers.py",
> line 34
> print mse
> ^
> SyntaxError: invalid syntax
>
> statsmodels 0.5.0 is already the active version in easy-install.pth
>
> Installed
> /usr/local/lib/python3.3/site-packages/statsmodels-0.5.0-py3.3-linux-x86_64.egg
> Processing dependencies for statsmodels==0.5.0
> Finished processing dependencies for statsmodels==0.5.0
How did you install it?
and which version of statsmodels is this? master or dev build on github download
I installed master last weekend with ``setup.py install`` in python
3.3 and I have all these files with correct braces, print()
Josef
>
> --
> You received this message because you are subscribed to the Google Groups
> "pystatsmodels" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
pystatsmodel...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>