Comment #7 on issue 1396 by
Stei...@yahoo.com.ph: failed to open ride with
I am encountering the same error, and have been looking for the solutions
for the entire day.
robotframework-2.8.6.win32
-> installing this produced the desktop shortcut but cannot use due to
pythonw as stated above
robotframework-ride-1.3.win32.exe
-> installing this will create an error:
close failed in file object destructor:
sys.excepthook is missing
lost sys.stderr
>>> import wx
>>> wx.version()
'2.8.12.1 (msw-unicode)'
Can you start RIDE from the command line?
-> it runs but cannot execute the hello world program as tutorial in
http://code.google.com/p/robotframework-ride/
command: pybot.bat --argumentfile
c:\users\maoaw024\appdata\local\temp\RIDEj3zb34.d\argfile.txt --listener
C:\Python27\lib\site-packages\robotide\contrib\testrunner\TestRunnerAgent.py:51165:False
C:\Python27\Scripts\suite.txt
test finished 20150616 16:39:19
------------
on cmd prompt it shows the following:
C:\Python27\Scripts>ride.py
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\robotide\contrib\testrunner\testrunnerplug
in.py", line 383, in OnTimer
self.OnProcessEnded(None)
File "C:\Python27\lib\site-packages\robotide\contrib\testrunner\testrunnerplug
in.py", line 350, in OnProcessEnded
output, errors = self._test_runner.get_output_and_errors()
File "C:\Python27\lib\site-packages\robotide\contrib\testrunner\testrunner.py"
, line 247, in get_output_and_errors
return self._process.get_output(), self._process.get_errors()
File "C:\Python27\lib\site-packages\robotide\contrib\testrunner\testrunner.py"
, line 302, in get_errors
return self._error_stream.pop()
File "C:\Python27\lib\site-packages\robotide\contrib\testrunner\testrunner.py"
, line 391, in pop
return result.decode('UTF-8')
File "C:\Python27\lib\encodings\utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0x82 in position 9:
invalid s
tart byte
I am not sure which is the problem.
But possible the installation.
Can you help me please.