Re: Fails to start RIDE with "ride.py"

572 views
Skip to first unread message

Mikko Korpela

unread,
Jun 18, 2012, 7:15:54 AM6/18/12
to newtec...@gmail.com, robotframe...@googlegroups.com
Hi,

You have in your system associated files matching *.py to be opened in
an editor instead of executing with python.

You could look from http://support.microsoft.com/kb/307859 how to
change file associations.

Kind Regards,
Mikko Korpela

2012/6/18 Prem <newtec...@gmail.com>:
> Please let me know why "ride.py" fails to start. [It's opening "ride.py"
> file instead of showing the "Editor"]
> Configuration:
> - Robot Framework 2.7 (Python 2.7.3 on win32); XP;
> robotframework-ride-0.42.1
> - Set environment variable C:\Python27 and "C:\Python27\Scripts"
>
> Robot framework is working fine with "pybot --version". But fails to start
> RIDE.
>
> --
> You received this message because you are subscribed to the Google Groups
> "robotframework-users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/robotframework-users/-/A_8uYcqynOMJ.
> To post to this group, send email to robotframe...@googlegroups.com.
> To unsubscribe from this group, send email to
> robotframework-u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/robotframework-users?hl=en.



--
Mikko Korpela

Greg Parsons

unread,
May 12, 2014, 9:00:11 AM5/12/14
to robotframe...@googlegroups.com, newtec...@gmail.com
I thought that was my issue also as it was launching Sublime back on the mac host.
A nice feature but not what I wanted.
However changing it from sublime to ptyhonw and then python and both just do nothing.
Arg, any other ideas?




On Monday, June 18, 2012 7:15:54 AM UTC-4, Mikko Korpela wrote:
Hi,

You have in your system associated files matching *.py to be opened in
an editor instead of executing with python.

You could look from http://support.microsoft.com/kb/307859 how to
change file associations.

Kind Regards,
Mikko Korpela

2012/6/18 Prem <newtec...@gmail.com>:
> Please let me know why "ride.py" fails to start. [It's opening "ride.py"
> file instead of showing the "Editor"]
> Configuration:
> - Robot Framework 2.7 (Python 2.7.3 on win32); XP;
> robotframework-ride-0.42.1
> - Set environment variable C:\Python27 and "C:\Python27\Scripts"
>
> Robot framework is working fine with "pybot --version". But fails to start
> RIDE.
>
> --
> You received this message because you are subscribed to the Google Groups
> "robotframework-users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/robotframework-users/-/A_8uYcqynOMJ.
> To post to this group, send email to robotframe...@googlegroups.com.
> To unsubscribe from this group, send email to

Greg Parsons

unread,
May 12, 2014, 9:48:24 AM5/12/14
to robotframe...@googlegroups.com, newtec...@gmail.com
ah ha. figured it out finally.

The install of RIDE created a icon on the desktop
looking at the properties of that I saw it was running
pythonw.exe -c "from robotide import main; main()"
that did nothing as usual

Do I tried
      python.exe -c "from robotide import main; main()"
and that finally gave me some insight

    Wrong wxPython version.
    You need to install wxPython 2.8 toolkit with unicode support to run RIDE.
     See http://wxpython.org for more information.

I had downloaded the latest  
     wxPython3.0-win32-3.0.0.0-py27

So I went and got the unicode version of 2.8, and the latest available on that site
     wxPython2.8-win32-unicode-2.8.11.0-py27

Finally Ride Runs - see attached also

When it ran it told me there was a newer version - 2.8.12, but I have not tried it yet
It also said there was a newer version of RIDE but the link went to a blank page...

So, it's working and I am sticking with it!!
getting RIDE to run in win7.png
Reply all
Reply to author
Forward
0 new messages