try:
from myapp.util import UtilClass
cheers,
jason songhurst
-----Original Message-----
From: John Goerzen [mailto:jgo...@co...]
Sent: Friday, August 31, 2001 3:54 PM
To: jyt...@li...
Subject: [Jython-users] import problems
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
_______________________________________________
Jython-users mailing list
Jyt...@li...
http://lists.sourceforge.net/lists/listinfo/jython-users
|