Message10413

Author zyasoft
Recipients csojinb, jmadden, offby1, zyasoft
Date 2015-10-29.22:57:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446159466.11.0.811448653234.issue2329@psf.upfronthosting.co.za>
In-reply-to
Content
There's a spurious message about a missing Include directory (there is not one in Jython itself, because we are on Java!), but it looks like we can start the process of closing this bug out on bugs.jython.org.

After installing current virtualenv with each:

$ python -m virtualenv --setuptools --python ~/jython2.7.1/bin/jython virtualenv-jython
Running virtualenv with interpreter /Users/jbaker/jython2.7.1/bin/jython
Using real prefix '/Users/jbaker/jython2.7.1'
Cannot find file /Users/jbaker/jython2.7.1/Include (bad symlink)
New jython executable in virtualenv-jython/bin/jython
Installing setuptools, pip, wheel...done.

$ ~/jython2.7.1/bin/jython -m virtualenv --setuptools --python ~/jython2.7.1/bin/jython virtualenv-jython-from-jython
Already using interpreter /Users/jbaker/jython2.7.1/bin/jython
Using real prefix '/Users/jbaker/jython2.7.1'
Cannot find file /Users/jbaker/jython2.7.1/Include (bad symlink)
New jython executable in virtualenv-jython-from-jython/bin/jython
Installing setuptools, pip, wheel...done.

$ ls /Users/jbaker/jython2.7.1/Include
ls: /Users/jbaker/jython2.7.1/Include: No such file or directory
History
Date User Action Args
2015-10-29 22:57:46zyasoftsetmessageid: <1446159466.11.0.811448653234.issue2329@psf.upfronthosting.co.za>
2015-10-29 22:57:46zyasoftsetrecipients: + zyasoft, offby1, jmadden, csojinb
2015-10-29 22:57:46zyasoftlinkissue2329 messages
2015-10-29 22:57:45zyasoftcreate