-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Unicode error supresses traceback #25
Comments
From pierre.raybaut on 2009-09-12T00:48:47Z Status: Accepted |
From pierre.raybaut on 2009-09-12T06:28:32Z I think it's related to Python itself, struggling to deal with unicode characters in However, I would recommend to avoid using paths with space or unicode chars because a So, with Spyder, it works on almost all situations, that's already great because I Thanks for testing again! Status: WontFix |
From [email protected] on 2009-09-12T07:14:30Z I have iterated through pretty much every Python IDE and I agree with your assessment Python 3 is supposedly better at handling unicode so I'm hoping that it will work best regards |
From pierre.raybaut on 2009-09-12T13:53:50Z Python 3 will certainly help indeed, but numpy port for Python 3 isn't even scheduled Thanks for your efforts as a beta tester and for Spyder promotion in your company :) Best regards |
From [email protected] on 2009-09-07T03:48:06Z
What steps will reproduce the problem?
traceback.
example:
Also notice the lack of unicode characters in the execfile argument. That
works ok but it is hard to read. It would probably be completely gibberish
in some languages. What version of the product are you using? On what operating system? beta5 on XP (error also reproduced on beta 6 on linux).
Please provide any additional information below
.
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=25
The text was updated successfully, but these errors were encountered: