From: <Ron...@Ne...> - 2001-04-24 12:08:14
|
Jython is Java oriented when it comes to system-related behavior - they both use properties and not environment variable. See the user notes at the home page; look for the info on properties. "Paolo Tortora" <Pao...@ma...>@lists.sourceforge.net on 04/24/2001 04:39:10 AM Sent by: jyt...@li... To: jyt...@li... cc: Subject: [Jython-users] Jython PYTHONPATH and PYTHONSTARTUP Hi I tried to use PYTHONPATH and PYTHONSTARTUP system variable, either for looking for importing modules and execute them in interactive start-up (as explained in python documentation). Thery doesn't work with jython 2.0. I also tried to use CLASSPATh for searching modules but doesn't work as too. Anyone knows how to do that ? Thank you. Paolo. _______________________________________________ Jython-users mailing list Jyt...@li... http://lists.sourceforge.net/lists/listinfo/jython-users |