Re: Comment on InstallationInstructions in robotframework-ride

150 views
Skip to first unread message

robotfram...@googlecode.com

unread,
Dec 23, 2010, 6:31:19 AM12/23/10
to robotframewo...@googlegroups.com
Comment by samuli.silvius:

Any idea how to bypass firewall in corporate network when using
easy_install?

samuli@samuli-ubuntu:~/apps$ sudo easy_install robotframework-ride
[sudo] password for samuli:
/usr/lib/python2.6/dist-packages/setuptools/package_index.py:156:
UserWarning: Unbuilt egg for setuptools [unknown version]
(/usr/lib/python2.6/dist-packages)
Environment.__init__(self,*args,**kw)
/usr/lib/python2.6/dist-packages/setuptools/command/easy_install.py:216:
UserWarning: Unbuilt egg for setuptools [unknown version]
(/usr/lib/python2.6/dist-packages)
self.local_index = Environment(self.shadow_path+sys.path)
Searching for robotframework-ride
Reading http://pypi.python.org/simple/robotframework-ride/
Download error: [Errno 101] Network is unreachable -- Some packages may not
be found!
Reading http://pypi.python.org/simple/robotframework-ride/
Download error: [Errno 101] Network is unreachable -- Some packages may not
be found!
Couldn't find index page for 'robotframework-ride' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
Download error: [Errno 101] Network is unreachable -- Some packages may not
be found!
No local packages or download links found for robotframework-ride
error: Could not find suitable distribution for
Requirement.parse('robotframework-ride')
samuli@samuli-ubuntu:~/apps$

For more information:
http://code.google.com/p/robotframework-ride/wiki/InstallationInstructions

robotfram...@googlecode.com

unread,
Dec 23, 2010, 6:35:20 AM12/23/10
to robotframewo...@googlegroups.com
Comment by janne.t.harkonen:

You can configure proxy (or any other environment variable) when using sudo
like this:

{{{
sudo env http_proxy=my.proxy.host:port easy_install robotframework-ride

robotfram...@googlecode.com

unread,
Feb 4, 2011, 11:19:33 AM2/4/11
to robotframewo...@googlegroups.com
Comment by Matthew....@gmail.com:

Hello

easy_install doesn't seem to be working for version 0.32. Is there a delay
before this is updated?

install_dir /usr/local/lib/python2.6/dist-packages/
Searching for robotframework-ride
Best match: robotframework-ride 0.31
Processing robotframework_ride-0.31-py2.6.egg
robotframework-ride 0.31 is already the active version in easy-install.pth
Installing ride.py script to /usr/local/bin

robotfram...@googlecode.com

unread,
Feb 5, 2011, 8:15:25 AM2/5/11
to robotframewo...@googlegroups.com
Comment by pekka.klarck:

We updated PyPI [1] as part of the 0.32(.1) release so easy_install should
get the latest version. Just tested that both `sudo easy_install
robotframework-ride` and `sudo easy_install robotframework-ride==0.32.1`
work for me on Ubuntu.

[1] http://pypi.python.org/pypi/robotframework-ride

robotfram...@googlecode.com

unread,
Apr 19, 2011, 7:52:58 AM4/19/11
to robotframewo...@googlegroups.com
Comment by ana.r...@gmail.com:

Hello Pekka, Jussi, and everyone!
Any plans about having RIDE features working on OS X platform in a near
future?
I am using OS X platform...

Best Regards
Ana Rito

robotfram...@googlecode.com

unread,
Apr 29, 2011, 5:50:11 AM4/29/11
to robotframewo...@googlegroups.com
Comment by jussi.ao...@gmail.com:

Hi Ana Rito!

We in the core team don't have too much time to spend on debugging the OSX
issues in the current RIDE.
We are thinking of starting a new RIDE project based on some other UI
library in near future and we would definitely choose a technology that
works well also on OSX. We will discuss this soon in the users mailing list.

Thank,
Jussi

robotfram...@googlecode.com

unread,
Apr 29, 2011, 5:54:13 AM4/29/11
to robotframewo...@googlegroups.com
Comment by jussi.ao...@gmail.com:

Hi Ana Rito!

We in the core team don't have too much time to spend on debugging the OSX
issues in the current RIDE. We are thinking of starting a new RIDE project
based on some other UI library in near future and we would definitely
choose a technology that works well also on OSX. We will discuss this soon
in the users mailing list.

Thanks,

robotfram...@googlecode.com

unread,
Aug 20, 2011, 12:48:31 AM8/20/11
to robotframewo...@googlegroups.com
Comment by lxg0...@gmail.com:

Hi

I have installed the robotFramework correctly,and after installing Ride on
win7,it gives me such instruction as I type ride.py

Traceback (most recent call last):
File "D:\Python26\Scripts\ride.py", line 20, in <module>
from robotide import main
ImportError: No module named robotide

could you tell me what was wrong?

robotfram...@googlecode.com

unread,
Aug 22, 2011, 5:31:41 PM8/22/11
to robotframewo...@googlegroups.com
Comment by pekka.klarck:

Are you sure you have RIDE correctly installed? The import error you get
means that RIDE's main module cannot be imported and that indicates that
there's something wrong with installation.

robotfram...@googlecode.com

unread,
Nov 4, 2011, 10:50:20 AM11/4/11
to robotframewo...@googlegroups.com
Comment by kavitha...@gmail.com:

Hi lxgo,

check your ride verison. it has to be ride 26. as you are using python26

robotfram...@googlecode.com

unread,
Nov 18, 2011, 12:42:09 AM11/18/11
to robotframewo...@googlegroups.com
Comment by partus...@gmail.com:

I have also the same problem above

I have installed the robotFramework 2.6, ride 0.38.1, python 2.7.2,
wxpython 2.8 and jython 2.5.2. correctly,and after installing Ride on

win7,it gives me such instruction as I type ride.py

Traceback (most recent call last):

File "D:\Python26\Scripts\ride.py", line 20, in <module>
from robotide import main

ImportError?: No module named robotide


could you tell me what was wrong?

Tushar Parikh.

robotfram...@googlecode.com

unread,
Nov 18, 2011, 12:46:12 AM11/18/11
to robotframewo...@googlegroups.com
Comment by partus...@gmail.com:

I have also the same problem above

I have installed the robotFramework 2.6, ride 0.38.1, python 2.7.2,
wxpython 2.8 and jython 2.5.2. correctly,and after installing Ride on
win7,it gives me such instruction as I type ride.py

Traceback (most recent call last):

File "C:\Python27\Scripts\ride.py", line 20, in <module> from robotide
import main ImportError??: No module named robotide could you tell me what

robotfram...@googlecode.com

unread,
Sep 3, 2012, 2:08:17 AM9/3/12
to robotframewo...@googlegroups.com
Comment by palavika...@gmail.com:

i am getting error after installing RIDE


D:\Robot>ride.py [inpath]
Traceback (most recent call last):
File "C:\Python27\Scripts\ride.py", line 22, in <module>
main(sys.argv[1:])
File "C:\Python27\lib\site-packages\robotide\__init__.py", line 65, in
main
_run(inpath, not noupdatecheck)
File "C:\Python27\lib\site-packages\robotide\__init__.py", line 77, in
_run
from robotide.application import RIDE
File "C:\Python27\lib\site-packages\robotide\application\__init__.py",
line 15
, in <module>
from application import RIDE, ChiefController
File "C:\Python27\lib\site-packages\robotide\application\application.py",
line
17, in <module>
import wx
File "C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\__init__.py",
line 4
5, in <module>
from wx._core import *
File "C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line
4, i
n <module>
import _core_
ImportError: DLL load failed: %1 is not a valid Win32 applicat


any idea why this error is comming ?

robotfram...@googlecode.com

unread,
Dec 11, 2012, 3:18:37 AM12/11/12
to robotframewo...@googlegroups.com
Comment by andreava...@gmail.com:

Hello,
I should download robotframework-ride-0.54.win32.exe but there is a problem
with server?
It is very very slow (600byte/sec)... it blocks also the command:
easy_install robotframework-ride

What Can I do?

robotfram...@googlecode.com

unread,
Mar 20, 2015, 5:50:04 AM3/20/15
to robotframewo...@googlegroups.com
Comment by franz.do...@gmail.com:

@ from robotide import main
ImportError?: No module named robotide

For me this issue was solved by choosing the right pyhton.exe (my
distribution offered 4 pythons, but only the one named exactly python.exe
worked for ride)

For more information:
https://code.google.com/p/robotframework-ride/wiki/InstallationInstructions

robotfram...@googlecode.com

unread,
May 28, 2015, 9:56:34 AM5/28/15
to robotframewo...@googlegroups.com
Comment by zbylo...@gmail.com:

I got a problem.
1. I got Python 2.7.10 installed
2. I got wxPython2.8-win64-unicode-2.8.12.1-py27 installed
3. Installed robotframework-ride-1.4a1.tar.gz by pip install
4. When i trying to run ride.py from command line i'm getting error:
whPython not found.
You need to install wxPython 2.8 toolkit with unicode support to run RIDE.
What else i need to do? Ride don't see wxPython installed...

robotfram...@googlecode.com

unread,
May 28, 2015, 9:57:44 AM5/28/15
to robotframewo...@googlegroups.com
Comment by zbylo...@gmail.com:

I got a problem.
I got Python 2.7.10 installed.
I got wxPython2.8-win64-unicode-2.8.12.1-py27 installed.
Installed robotframework-ride-1.4a1.tar.gz by pip install.

robotfram...@googlecode.com

unread,
May 28, 2015, 9:59:25 AM5/28/15
to robotframewo...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages