Issue 1396 in robotframework-ride: failed to open ride with error problem with shortcut

91 views
Skip to first unread message

robotfram...@googlecode.com

unread,
Jan 23, 2015, 12:19:00 PM1/23/15
to robotframewo...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1396 by yi.je...@gmail.com: failed to open ride with error
problem with shortcut
https://code.google.com/p/robotframework-ride/issues/detail?id=1396

my os is window 7 service pack 1 32-bit
I installed the following:
https://www.python.org/downloads/release/python-279/ python-2.7.9.msi (32
bit)
http://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/wxPython2.8-win32-unicode-2.8.12.1-py27.exe
https://pypi.python.org/pypi/robotframework robotframework-2.8.6.win32
https://pypi.python.org/pypi/robotframework-ride
robotframework-ride-1.3.win32

after the installation, I clicked on shortcut of RIDE, I got error on
pop-up window:
problem with shortcut
The item 'pythonw' that this shortcut refers to has been changed or moved,
so this shortcut will no longer work properly

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

robotfram...@googlecode.com

unread,
Jan 23, 2015, 12:21:22 PM1/23/15
to robotframewo...@googlegroups.com

Comment #1 on issue 1396 by yi.je...@gmail.com: failed to open ride with
any suggestion on this, can you give me the solution ASAP

robotfram...@googlecode.com

unread,
Jan 23, 2015, 12:31:32 PM1/23/15
to robotframewo...@googlegroups.com

Comment #2 on issue 1396 by yi.je...@gmail.com: failed to open ride with
the error also said: The file
C:\Users\Adinsitrator\AppData\Local]Temp\etilqs)OwCSWxVjEnwFOJc is not in a
folder shared with the host and cannot be opened by the host.

robotfram...@googlecode.com

unread,
May 18, 2015, 7:23:45 AM5/18/15
to robotframewo...@googlegroups.com
Updates:
Status: Pending

Comment #3 on issue 1396 by janne.t....@gmail.com: failed to open ride with
Can you start RIDE from the command line?

Open command prompt (Start Menu -> Type `cmd` into search field)
Run `C:\Python27\Scripts\ride.py

RIDE should open.

robotfram...@googlecode.com

unread,
May 22, 2015, 5:38:30 AM5/22/15
to robotframewo...@googlegroups.com

Comment #4 on issue 1396 by nandini....@gmail.com: failed to open ride with
Even am facing same issue. I have same sort of settings. when i try to open
ride.py from cmd, it takes very long time to load data and then it gives a
pop up called python error. Later RIDE will hang.

robotfram...@googlecode.com

unread,
May 22, 2015, 9:12:46 AM5/22/15
to robotframewo...@googlegroups.com

Comment #5 on issue 1396 by janne.t....@gmail.com: failed to open ride with
nandini.reddy90 are you sure you are running wxPython2.8 .You can check it
by running

python
>>> import wx
>>> wx.version()

robotfram...@googlecode.com

unread,
Jun 2, 2015, 1:19:35 AM6/2/15
to robotframewo...@googlegroups.com
Updates:
Status: Invalid
Labels: -Type-Defect -Priority-Medium

Comment #6 on issue 1396 by janne.t....@gmail.com: failed to open ride with
Closing due to lack of information

robotfram...@googlecode.com

unread,
Jun 16, 2015, 4:42:17 AM6/16/15
to robotframewo...@googlegroups.com

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.

robotfram...@googlecode.com

unread,
Jun 27, 2015, 9:08:13 AM6/27/15
to robotframewo...@googlegroups.com

Comment #8 on issue 1396 by janne.t....@gmail.com: failed to open ride with
I don't know enough about Windows to speculate why the pythonw command does
not work.

However, the second problem is clearly related to character encoding. What
is your system language? Can you create a minimal Suite.txt which fails to
run?

robotfram...@googlecode.com

unread,
Jun 28, 2015, 10:20:35 PM6/28/15
to robotframewo...@googlegroups.com

Comment #9 on issue 1396 by Stei...@yahoo.com.ph: failed to open ride with
>> What is your system language?
Japanese

>> Can you create a minimal Suite.txt which fails to run?
What do you mean by this?
I check the Suite.txt and contains the following:
*** Test Cases ***
test 1
Log HELLO
Log world

That file was created by the program, does it means it creates incorrect
encoded file? I tried overwriting the suite.txt file with different
encoding but still same error.
Shift-JIS LF
UTF-8 LF
JIS LF
Reply all
Reply to author
Forward
0 new messages