From: Samuele P. <pe...@in...> - 2002-03-22 23:43:27
|
> 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? > Under which OS? What does: import impi.core dir(impi.core) display? Impli or impli Samuele. |