Message11252

Author yanivnahoum
Recipients alex.gronholm, darjus, nonameentername, yanivnahoum, zyasoft
Date 2017-03-20.09:29:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490002193.98.0.200254936912.issue2143@psf.upfronthosting.co.za>
In-reply-to
Content
The workaround mentioned here [site.addsitedir(os.path.join(jar_location, 'Lib/site-packages'))] does not work for me - I assume it related to the fact that jython open() method for opening a file inside a jar does not work.
Currently the only way I can think of to provide a self contained jar is to copy the site-packages directory from the jar into a temp directory and add it to the sys.path, or set it as python.home.
Is there any progress on this issue?
History
Date User Action Args
2017-03-20 09:29:53yanivnahoumsetmessageid: <1490002193.98.0.200254936912.issue2143@psf.upfronthosting.co.za>
2017-03-20 09:29:53yanivnahoumsetrecipients: + yanivnahoum, zyasoft, alex.gronholm, darjus, nonameentername
2017-03-20 09:29:53yanivnahoumlinkissue2143 messages
2017-03-20 09:29:53yanivnahoumcreate