In ps10, what the version of wxPython should I download? I cant find the version for Python 2.5.2
http://openstudy.com/users/shelton#/updates/4f3e632ce4b0cf389e29f739 let me know if this isn't clear.
Thanks man, I instaled the 2.7.1.1 version, but when I run the test file it shows me this error message and I dont know what I'm doing wrong... SyntaxError: Non-ASCII character '\xe1' in file C:\Users\...\ps10.py on line 92, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details (ps10.py, line 92)
sorry, in fact the complete message is Traceback (most recent call last): File "C:\Users\...\PS10\ps10_test.py", line 1, in <module> import ps10; reload(ps10) File "C:\Users\...\PS10\ps10.py", line 92 SyntaxError: Non-ASCII character '\xe1' in file C:\Users\...\PS10\ps10.py on line 92, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details (ps10.py, line 92)
two possibilities: 1. did you install the 64 bit version of python 2.5.2? If so you need a 64 bit of wxpython as well. 2. related to 1, you probably want to use one of the later releases of wxpython. http://sourceforge.net/projects/wxpython/files/wxPython/ I would go to the 2.8.10.1 folder. that has a 64bit version of wxpython for python2.5 wxPython2.8-win64-unicode-2.8.10.1-py25.exe and a 32bit version of wxpython for python2.5 wxPython2.8-win32-unicode-2.8.10.1-py25.exe
Well, it is working now, I downloaded the ps10 files again... I think the error was not with the wxPython... but thanks for the help :)
Join our real-time social learning platform and learn together with your friends!