Le dimanche 16 octobre 2011 à 14:07 -0700, Luke a écrit : > If I put the Sympy source repository folder into my PYTHONPATH > environment variable, I can import sympy and all of its components > successfully. > > > If I instead have an empty PYTHONPATH environment variable, then run > `sudo python setup.py install`, which by default installs to > `/usr/local', and then try to import sympy, I get the following import > errors: <snip> > File "/usr/local/lib/python2.7/dist-packages/sympy/core/core.py", > line 3, in <module> > from assumptions import AssumeMeths, make__get_assumption
That line causes a circular import, but it's not there in master. My guess is that you installed from a wrong version and/or had your local repo in an inconsistent state. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com. To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.