Message717

Author mattbehrens
Recipients
Date 2002-09-05.18:19:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Given:

$ jython -Dpython.path=$(JYTHONHOME)/Tools
$(JYTHONHOME)/Tools/jythonc/jythonc.py --all --deep
--package com.bakerfurniture.jyant --jar jyant.jar jyant.py

with jyant.py as follows:

from jythonc import main
main.main()

We get:

[nye jyant]$ java -jar jyant.jar
Exception in thread "main" Traceback (innermost last):
  File "/home/b14741/tmp/jyant/jyant.py", line 0, in main
  File
"/home/b14741/opt/jython-2.1/Tools/jythonc/jythonc.py",
line 0, in main
  File
"/home/b14741/opt/jython-2.1/Tools/jythonc/main.py",
line 0, in main
  File
"/home/b14741/opt/jython-2.1/Tools/jythonc/compile.py",
line 0, in main
  File
"/home/b14741/opt/jython-2.1/Tools/jythonc/SimpleCompiler.py",
line 0, in main
  File
"/home/b14741/opt/jython-2.1/Tools/jythonc/BaseEvaluator.py",
line 0, in main
  File
"/home/b14741/opt/jython-2.1/Tools/jythonc/jast/__init__.py",
line 0, in main
ImportError: no module named Statement

I tried to reduce this case to something more easily
testable and was unable to.  Statement is never even
looked at.
History
Date User Action Args
2008-02-20 17:17:09adminlinkissue605184 messages
2008-02-20 17:17:09admincreate