Comment #6 on issue 1297 by andy.terrel: examples don't run http://code.google.com/p/sympy/issues/detail?id=1297
I finally found a live disk and tried out this problem on ubuntu. It looks like in ubuntu to have python load up the current working directory into the sys.path, then the PYTHONPATH environment variable must have an empty field (::) in the string. I couldn't really find anyone referring to this online but just printing off os.getcwd() and sys.path you see this. I would guess the easiest thing to do would be remove from the README the part of running from the top directory. I don't know what the standard behaviour is. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy-issues" 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-issues?hl=en -~----------~----~----~----~------~----~------~--~---
