Message4348

Author jsizelove
Recipients jsizelove
Date 2009-03-25.01:02:11
SpamBayes Score 2.7911259e-08
Marked as misclassified No
Message-id <1237942932.53.0.616247037029.issue1287@psf.upfronthosting.co.za>
In-reply-to
Content
I discovered a bug when trying to use virtualenv with Jython 2.5b3.  I
installed it as a standalone jar and got the same error on both Mac OS X
and Ubuntu Linux 8.10.  Here is the simplest code to get the error:

~/Programming/Jython/jython2.5b3 jimsize$ java -jar jython.jar 
Jython 2.5b3 (Release_2_5beta3:6092, Mar 10 2009, 15:34:57) 
[Java HotSpot(TM) Client VM ("Apple Computer, Inc.")] on java1.5.0_16
Type "help", "copyright", "credits" or "license" for more information.
>>> import distutils.sysconfig
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File
"/Users/jimsize/Programming/Jython/jython2.5b3/jython.jar/Lib/distutils/sysconfig.py",
line 29, in <module>
  File
"/Users/jimsize/Programming/Jython/jython2.5b3/jython.jar/Lib/posixpath.py",
line 414, in abspath
  File
"/Users/jimsize/Programming/Jython/jython2.5b3/jython.jar/Lib/posixpath.py",
line 52, in isabs
AttributeError: 'NoneType' object has no attribute 'startswith'
History
Date User Action Args
2009-03-25 01:02:12jsizelovesetrecipients: + jsizelove
2009-03-25 01:02:12jsizelovesetmessageid: <1237942932.53.0.616247037029.issue1287@psf.upfronthosting.co.za>
2009-03-25 01:02:12jsizelovelinkissue1287 messages
2009-03-25 01:02:11jsizelovecreate