From: <Mat...@i2...> - 2001-10-26 23:38:13
|
I have a jar setup containing all of jython/Lib (*.py and all pre-byte-compiled *$py.class). I pass in a "-Dpython.path=my.jar!Lib", and imports work fine for all the modules in the main Lib directory (e.g. glob), but if I try and import something in a nested directory (e.g. Lib/pawt) I get an ImportError. Any ideas? Thanks, Matt |