You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that reporting bugs from Spyder's help menu ("?" > "Report
issue...") will fill version details for Spyder, Python and Qt in this description for you.
What steps will reproduce the problem?
Spyder worked well.
Spyder was terminated when computer power was suddenly off.
What is the expected output? What do you see instead?
Spyder did not start.
"D:\Program Files\Python27\pythonw.exe" "D:\Program Files\Python27\scripts\spyder"
Traceback (most recent call last):
File "D:\Program Files\Python27\scripts\spyder", line 3, in \<module>
start_app.main()
File "D:\Program Files\Python27\lib\site-packages\spyderlib\start_app.py", line 85, in main
if not lock.lock():
File "D:\Program Files\Python27\lib\site-packages\spyderlib\utils\external\lockfile.py", line 174, in lock
kill(int(pid), 0)
UnicodeEncodeError: 'decimal' codec can't encode characters in position 0-3: invalid decimal Unicode string
"D:\Program Files\Python27\pythonw.exe" "D:\Program Files\Python27\scripts\spyder" --light
Traceback (most recent call last):
File "D:\Program Files\Python27\scripts\spyder", line 3, in \<module>
start_app.main()
File "D:\Program Files\Python27\lib\site-packages\spyderlib\start_app.py", line 85, in main
if not lock.lock():
File "D:\Program Files\Python27\lib\site-packages\spyderlib\utils\external\lockfile.py", line 174, in lock
kill(int(pid), 0)
UnicodeEncodeError: 'decimal' codec can't encode characters in position 0-3: invalid decimal Unicode string
"D:\Program Files\Python27\pythonw.exe" "D:\Program Files\Python27\scripts\spyder" --reset
Traceback (most recent call last):
File "D:\Program Files\Python27\scripts\spyder", line 3, in \<module>
start_app.main()
File "D:\Program Files\Python27\lib\site-packages\spyderlib\start_app.py", line 85, in main
if not lock.lock():
File "D:\Program Files\Python27\lib\site-packages\spyderlib\utils\external\lockfile.py", line 174, in lock
kill(int(pid), 0)
UnicodeEncodeError: 'decimal' codec can't encode characters in position 0-3: invalid decimal Unicode string
What version of the product are you using? On what operating system? - spyder-2.3.1.win-amd64-py2.7.exe
Win7 SP1 64-bit
Python 2.7.8 (default, Jun 30 2014, 16:08:48) [MSC v.1500 64 bit (AMD64)] on win32
From lyfjx...@gmail.com on 2014-10-04T09:32:27Z
Please note that reporting bugs from Spyder's help menu ("?" > "Report
issue...") will fill version details for Spyder, Python and Qt in this description for you.
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Spyder did not start.
What version of the product are you using? On what operating system? - spyder-2.3.1.win-amd64-py2.7.exe
Please provide any additional information below
.
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1995
The text was updated successfully, but these errors were encountered: