Message10574

Author latifrons
Recipients latifrons
Date 2015-12-30.06:44:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451457859.64.0.267368093064.issue2448@psf.upfronthosting.co.za>
In-reply-to
Content
import sys
jython = sys.executable.replace('/bin/jython','')
sys.path.append(jython + '/Lib/site-packages')
print sys.path
History
Date User Action Args
2015-12-30 06:44:19latifronssetrecipients: + latifrons
2015-12-30 06:44:19latifronssetmessageid: <1451457859.64.0.267368093064.issue2448@psf.upfronthosting.co.za>
2015-12-30 06:44:19latifronslinkissue2448 messages
2015-12-30 06:44:18latifronscreate