Comment 62 for bug 705312

Revision history for this message
beroz (abeer-elsayed) wrote : Re: Sometimes, when you click on an item in a tree view, you get a Menu object

@Christophe Combelles: This command is not working with me :S

pip install hg+http://bitbucket.org/cherrypy/cherrypy@4c7d91d0b329#egg=cherrypy

Is there something i should write before it?

 in pip-log.txt:

Requirement 'hg+http://bitbucket.org/cherrypy/cherrypy@4c7d91d0b329#egg=cherrypy' looks like a filename, but the file does not exist
Unpacking ./hg+http:/bitbucket.org/cherrypy/cherrypy@4c7d91d0b329#egg=cherrypy
Exception:
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/pip.py", line 252, in main
    self.run(options, args)
  File "/usr/lib/python2.6/dist-packages/pip.py", line 408, in run
    requirement_set.install_files(finder, force_root_egg_info=self.bundle)
  File "/usr/lib/python2.6/dist-packages/pip.py", line 1757, in install_files
    self.unpack_url(url, location)
  File "/usr/lib/python2.6/dist-packages/pip.py", line 1817, in unpack_url
    self.unpack_file(source, location, content_type, link)
  File "/usr/lib/python2.6/dist-packages/pip.py", line 1917, in unpack_file
    or tarfile.is_tarfile(filename)
  File "/usr/lib/python2.6/tarfile.py", line 2529, in is_tarfile
    t = open(name)
  File "/usr/lib/python2.6/tarfile.py", line 1653, in open
    return func(name, "r", fileobj, **kwargs)
  File "/usr/lib/python2.6/tarfile.py", line 1715, in gzopen
    fileobj = bltn_open(name, mode + "b")
IOError: [Errno 2] No such file or directory: '/root/hg+http:/bitbucket.org/cherrypy/cherrypy@4c7d91d0b329#egg=cherrypy'