From: Greg J. <gj...@al...> - 2001-09-17 03:37:11
|
Hi, I've created a module "foo" which is defined in a file foo.py and which jython seems to automatically precompile into a file foo$py.class the first time I import it. What I'd like to do is put that .class file in a jar file and have jython import it from there, but listing the jar file in the python.path registry variable doesn't seem to work. Any ideas? Thanks, -Greg |