From: Edward P. <epo...@te...> - 2002-03-22 23:01:00
|
Hello All, I've look in the archives, but only see questions, and no answers relating to this. I have a folder hierarchy impi/core/ and a .class file impi/core/Impi.class when I 'from impi.core import *' from another module, I get 'java.lang.NoClassDefFoundError: java.lang.NoClassDefFoundError: impi/core/impi (wrong name: impi/core/Impi)' Is there a quick fix for this? Thanks -Ed |