gzz-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz] jython problems


From: Matti Katila
Subject: [Gzz] jython problems
Date: Thu, 10 Apr 2003 02:48:19 +0300 (EEST)


Hi, can you inform me what is wrong?


class PaperMill...

    static public PaperMill getInstance() {
        if(instance == null) {
            PythonInterpreter jython = new PythonInterpreter();
            jython.exec("from org.nongnu.libvob.paper.papermill import 
ThePaperMill\n" +
                        "papermillInstance = ThePaperMill()\n");

==>
     [java] Traceback (innermost last):
     [java]   File "<string>", line 1, in ?
     [java] ImportError: No module named paper

But tests run well.
It is called from java side.


   -Matti





reply via email to

[Prev in Thread] Current Thread [Next in Thread]