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
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
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
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
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
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
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,
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?
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.
Hi lxgo,
check your ride verison. it has to be ride 26. as you are using python26
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.
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