On Thu, May 24, 2012 at 10:29 PM, Aaron Meurer <[email protected]> wrote: > On Thu, May 24, 2012 at 11:22 AM, Sergiu Ivanov > <[email protected]> wrote: >> >> Just one more question: in the py3k-sympy directory I get after >> running use2to3 I cannot run ./bin/isympy because of >> >> File "./bin/isympy", line 175 >> print __doc__ # the docstring of this module above >> ^ >> SyntaxError: invalid syntax >> >> I am far from being a Python expert, to say nothing of Python 2 vs 3, >> but, as far as I remember, using print without parentheses is >> forbidden in Python 3, so I gather that at least ./bin/isympy does not >> get converted. Is this expected or am I missing something? > > Yes, this is a known issue. See > https://github.com/sympy/sympy/pull/726. For now the work around is > to Python 3 manually (if you want isympy, you can do "from sympy > import init_session; init_session()").
Great; thank you! Sergiu -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
