Message974

Author tds33
Recipients
Date 2006-06-06.07:23:56
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=600792

If python lib is included in the jython.jar you must set the
property python.home to jython.jar.
Appending to sys.path is not usable because at interpreter
startup the import of site.py is never done.
Lib path must be set before interpreter init,
sys.path.append does this to late.
History
Date User Action Args
2008-02-20 17:17:22adminlinkissue1194650 messages
2008-02-20 17:17:22admincreate