From: Christoph R. <rom...@zh...> - 2001-10-02 08:13:08
|
Hello people I'trying to use a Java class generated through jythonc (with a public constructor, see last to mails). When I want to create a new instance, as JBlackScholesAdv jbsa = new JBlackScholesAdv(); I get this error message: ImportError: no module named JBlackScholesAdv Both classes, calling and JBlackScholesAdv are located in the same package package ch.comit.da.pricing; Actually, it isn't a jar file at the moment and depens on the folder structure. But I guess this isn't a problem. Could it be that there is a wrong classpath, or something like that? Any help appreciated. Thanx Chris Content Security by MailMarshal |