From: <wer...@gm...> - 2007-08-01 14:20:05
|
Dear all, I am not sure if the following is a trivial problem or not; thanks a lot for pointers in the right direction: I want to write a package in Jython, containing some helper classes and functions (class_foo.py class__1_foo.py ...) and finally a program program_foo.py importing and using the aforementioned classes. I want to start program_foo.py from another jython program, say main.py. - How can I run the file program_foo.py from main.py? - Will program_foo.py then find the import files in the same package or do I have to set additional environment variables? Maybe slightly off-topic: It would possibly also help if I could run a start.bat from jython. Is there a way to do that? Thanks a lot for your support. Kind regards Markus -- GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail |