-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.1.2 "no deps" windows package (w/ py.exe) fails with SymPy 0.7.6 #155
Comments
Thanks @maprieto. That does look like same issue.
thanks. |
Wait, @maprieto, did you say you see this on 0.7.5? Not 0.7.6? |
|
Hmm, so I can reproduce this error on 0.7.6 (which is consistent with my original bug). But on 0.7.5, solve works correctly (as in my original bug). This is on Windows 7 remote server. @maprieto: what do you see? |
Good, that is consistent with my original bug. Thanks for double-checking. |
The problem with py.exe is that when I created it, I stripped the doc strings from the modules to make it smaller. I didn't realize that it functionally was stripping the doc strings from all import forever more. I've posted a new version of py.exe. |
Could you make it replace the docstrings with the empty string instead of None? |
py.exe
has been working great for me with SymPy 0.7.5. But now it fails using the newSymPy 0.7.6. See error below.
Windows 8. I'm not sure what Windows I'm using, some sort of terminal
server, 7 maybe? I've tested with py.exe 2.7.8.9 and 2.7.8.6.
people. Windows 8 doesn't seem to have it.
NameError stuff is just user input errors; it works fine. Below is
what I get.
The text was updated successfully, but these errors were encountered: