Message9856

Author jmadden
Recipients csojinb, jmadden
Date 2015-04-14.23:21:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429053693.97.0.322430650165.issue2329@psf.upfronthosting.co.za>
In-reply-to
Content
Sure enough, virtualenv is putting wheels on 'PYTHONPATH', but Jython wants to read from 'JYTHONPATH' (?). If I change one or the other of them so that they agree on the environment variable, sure enough, the Pip incompatibility surfaces (with both virtualenv 12.0.7 and 12.1.1):

$ mkvirtualenv -p dist/bin/jython.py ./jydist2
Running virtualenv with interpreter /Users/jmadden/Projects/GithubSources/jython/dist/bin/jython.py
Cannot find file /Users/jmadden/Projects/GithubSources/jython/dist/Include (bad symlink)
New jython executable in ./jydist2/bin/jython.py
Installing setuptools, pip...
  Complete output from command /Users/jmadden/Proje...ydist2/bin/jython.py -c "import sys, pip; sys...d\"] + sys.argv[1:]))" setuptools pip:
  Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "//site-packages/virtualenv_support/pip-6.1.1-py2.py3-none-any.whl/pip/__init__.py", line 15, in <module>
  File "//site-packages/virtualenv_support/pip-6.1.1-py2.py3-none-any.whl/pip/vcs/subversion.py", line 9, in <module>
  File "//site-packages/virtualenv_support/pip-6.1.1-py2.py3-none-any.whl/pip/index.py", line 30, in <module>
  File "//site-packages/virtualenv_support/pip-6.1.1-py2.py3-none-any.whl/pip/_vendor/__init__.py", line 83, in load_module
  File "//site-packages/virtualenv_support/pip-6.1.1-py2.py3-none-any.whl/pip/_vendor/__init__.py", line 72, in load_module
  File "/site-packages/virtualenv_support/pip-6.1.1-py2.py3-none-any.whl/pip/_vendor/html5lib/__init__.py", line 16, in <module>
  File "//site-packages/virtualenv_support/pip-6.1.1-py2.py3-none-any.whl/pip/_vendor/html5lib/html5parser.py", line 6, in <module>
UnicodeDecodeError: 'unicodeescape' codec can't decode bytes in position 47-53: illegal Unicode character
----------------------------------------
History
Date User Action Args
2015-04-14 23:21:33jmaddensetmessageid: <1429053693.97.0.322430650165.issue2329@psf.upfronthosting.co.za>
2015-04-14 23:21:33jmaddensetrecipients: + jmadden, csojinb
2015-04-14 23:21:33jmaddenlinkissue2329 messages
2015-04-14 23:21:33jmaddencreate