Message4555

Author crankycoder
Recipients crankycoder
Date 2009-04-20.13:45:02
SpamBayes Score 6.512606e-07
Marked as misclassified No
Message-id <1240235104.84.0.759095243618.issue1320@psf.upfronthosting.co.za>
In-reply-to
Content
addsitepackages doesn't properly append site-packages if the 'Lib'
directory is embedded within the Jython JAR file.  This is a problem
when jython is deployed as a standalone JAR file. 

The attached patch uses os.path.split and the __file__ attribute of
Lib/site.py to determine where site-packages is.  I wasn't sure if
os2emx or riscos have the same behaviour so I also split the platform check.
History
Date User Action Args
2009-04-20 13:45:04crankycodersetrecipients: + crankycoder
2009-04-20 13:45:04crankycodersetmessageid: <1240235104.84.0.759095243618.issue1320@psf.upfronthosting.co.za>
2009-04-20 13:45:04crankycoderlinkissue1320 messages
2009-04-20 13:45:04crankycodercreate