Message9960

Author zyasoft
Recipients fwierzbicki, jpartogi, krink, otmarhumbel, zyasoft
Date 2015-04-25.20:08:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429992538.72.0.242931449098.issue1454@psf.upfronthosting.co.za>
In-reply-to
Content
We have a great solution already: use sys.path. Which works with site-packages. Which means you can include jars in site-packages, and use standard pth support.

This functionality is used by Clamp - see the jar.pth it generates - but it's not unique to Clamp either. You can replicate by doing something like the following in site-packages, just so long as it has a .pth extension:

./jars/clamped-0.1.jar
./jars/fireside-0.1.jar
History
Date User Action Args
2015-04-25 20:08:58zyasoftsetmessageid: <1429992538.72.0.242931449098.issue1454@psf.upfronthosting.co.za>
2015-04-25 20:08:58zyasoftsetrecipients: + zyasoft, otmarhumbel, fwierzbicki, jpartogi, krink
2015-04-25 20:08:58zyasoftlinkissue1454 messages
2015-04-25 20:08:58zyasoftcreate