Re: [sympy] Import errors with an "installed" version of Sympy

2011-10-16 Thread Luke
> > > 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. > > So, master was clean, but something in the build folder must have not been updated when I did the `python setup.py

Re: [sympy] Latest and greatest Sphinx docs

2011-10-16 Thread Jason Moore
Thanks! -- You received this message because you are subscribed to the Google Groups "sympy" group. To view this discussion on the web visit https://groups.google.com/d/msg/sympy/-/rcIlW9As4-oJ. To post to this group, send email to sympy@googlegroups.com. To unsubscribe from this group, send em

Re: [sympy] Latest and greatest Sphinx docs

2011-10-16 Thread Aaron Meurer
Note that these are updated manually. So if there is something in the git master that isn't there, just ping me or someone else with push access, and we will update it. Aaron Meurer On Sun, Oct 16, 2011 at 5:14 PM, Mateusz Paprocki wrote: > Hi, > > On 16 October 2011 16:11, Jason Moore wrote:

Re: [sympy] Latest and greatest Sphinx docs

2011-10-16 Thread Mateusz Paprocki
Hi, On 16 October 2011 16:11, Jason Moore wrote: > Hi, > > Are the lastest (head on master) docs accessible online anywhere? (like > readthedocs or github pages) > They are here: http://docs.sympy.org/dev/ (last updated 11 October). > > We just added the physics.mechanics package to sympy, bu

[sympy] Latest and greatest Sphinx docs

2011-10-16 Thread Jason Moore
Hi, Are the lastest (head on master) docs accessible online anywhere? (like readthedocs or github pages) We just added the physics.mechanics package to sympy, but need an online reference for the docs for students in our upcoming dynamics classes. This will of course appear at docs.sympy.org o

Re: [sympy] Import errors with an "installed" version of Sympy

2011-10-16 Thread Ronan Lamy
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 pyth

Re: [sympy] Import errors with an "installed" version of Sympy

2011-10-16 Thread Aaron Meurer
Can you show the contents of sys.path? In other words, run import sys print sys.path Aaron Meurer On Sun, Oct 16, 2011 at 3:07 PM, Luke wrote: > If I put the Sympy source repository folder into my PYTHONPATH environment > variable, I can import sympy and all of its components successfully. > I

[sympy] Import errors with an "installed" version of Sympy

2011-10-16 Thread Luke
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 t