Search found 3 matches
- 03 Sep 2010, 21:21
- Forum: Linux
- Topic: rapid 'poweruser' interface
- Replies: 22
- Views: 16568
Re: rapid 'poweruser' interface
According to http://pypi.python.org/pypi/pip and the python irc channel pip is the upcoming replacement to easy_install. The nice thing about pip is that it already works with everything that is easy_install compatible and in this case even made it work (although I can't explain that one). argh why ...
- 25 Aug 2010, 05:04
- Forum: Linux
- Topic: rapid 'poweruser' interface
- Replies: 22
- Views: 16568
Re: rapid 'poweruser' interface
I re-installed with pip instead of easy_install and now it works
- 16 Aug 2010, 05:30
- Forum: Linux
- Topic: rapid 'poweruser' interface
- Replies: 22
- Views: 16568
Re: rapid 'poweruser' interface
When trying to use rapid I get the following error on Gentoo Linux with rapid-spring installed from easy_install admorgan@alexandria ~ $ rapid-gui Traceback (most recent call last): File "/usr/bin/rapid-gui", line 5, in <module> pkg_resources.run_script('rapid-spring==0.3.0', 'rapid-gui') ...