Updates:
        Labels: -NeedsReview NeedsBetterPatch

Comment #23 on issue 1671 by Vinzent.Steinberg: runtests modifications for  
Windows
http://code.google.com/p/sympy/issues/detail?id=1671

$ bin/test
Traceback (most recent call last):
   File "bin/test", line 13, in <module>
     import sympy
ImportError: No module named sympy
$ bin/doctest
Traceback (most recent call last):
   File "bin/doctest", line 17, in <module>
     import sympy
ImportError: No module named sympy

How could it ever work without using the current working directory? It was  
intended
that you have to call it from the correct directory and not a subdirectory.  
The only
other way is to hack sys.path, like done in mpmath's runtests.py, because
__import__() refuses to import modules by filename for whatever reason.

So I don't see how this could ever work, unless you have another "global"  
sympy
version in your sys.path.

--
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 sympy-issues@googlegroups.com
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to