|
From: Konrad H. <kon...@fa...> - 2011-05-13 19:30:36
|
On 13 May 2011, at 10:49, Pierre Thibault wrote: > I mean: Just add the .py files to the jar and add the jar file in > your sys.path. I just checked, this works! It's not that easy to apply in real life because I need to modify sys.path before any script is run, but perhaps with a sitecustomize.py in the jython.jar this can be arranged. Thanks, Konrad. |