From: John G. <jgo...@co...> - 2001-08-31 21:53:38
|
Hi, In my .py file (again compiled with jythonc to be called from java), I have something like this: import java from java.myapp.util import UtilClass I get a runtime error complaining that the "myapp" module does not exist. What is the proper way of doing this? (Note that all sorts of other things find myapp.util.UtilClass without problems.) -- John |