From: Edward P. <epo...@te...> - 2002-03-23 00:15:35
|
I am using Jython 2.1 under XP Pro. > import impi.core > dir(impi.core) ['__doc__', '__file__', '__name__', '__path__'] Hmm, this is strange, but I can acually: import impi.core.Impi dir(impi.core.Impi) Which works as expected, showing all the static methods of the Impi class. Impi is a class containing static methods only. Do I have something set up wrong. My classpath is set to the root of my project. Is there anything else? Thanks -Ed |