Hi list,

I'm getting an error when trying to easy_install pip in PyPy (nightly
 build). The error doesn't occur in PyPy-1.8.

Thanks.

Aroldo.

-------

(pypy)root@aroldo-laptop:/opt/pypy/bin# which python
/opt/pypy//bin/python
(pypy)root@aroldo-laptop:/opt/pypy/bin# which easy_install
/opt/pypy//bin/easy_install

(pypy)root@aroldo-laptop:/opt/pypy/bin# easy_install  pip
...
Adding pip 1.1 to easy-install.pth file
Installing pip script to /opt/pypy/bin
Installing pip-2.7 script to /opt/pypy/bin

Installed /opt/pypy-c-jit-53000-836fcc2fe8d8-linux/site-packages/pip-1.1-py2.7.
egg
Processing dependencies for pip
Finished processing dependencies for pip
Traceback (most recent call last):
  File "app_main.py", line 51, in run_toplevel
  File "/opt/pypy/lib-python/2.7/gzip.py", line 371, in flush
    self._check_closed()
  File "/opt/pypy/lib-python/2.7/gzip.py", line 146, in _check_closed
    raise ValueError('I/O operation on closed file.')
ValueError: I/O operation on closed file.
(pypy)root@aroldo-laptop:/opt/pypy/bin#
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to