Issue1099

classification
Title: cannot import PathPackageManager
Type: behaviour Severity: normal
Components: Jythonc compiler Versions: 2.5alpha1
Milestone:
process
Status: closed Resolution: invalid
Dependencies: Superseder:
Assigned To: Nosy List: nriley, tbri
Priority: Keywords:

Created on 2008-08-06.07:55:27 by tbri, last changed 2008-08-11.05:07:50 by nriley.

Messages
msg3406 (view) Author: Torvald Bringsvor (tbri) Date: 2008-08-06.07:55:27
When trying to test jythonc with a really simple python script (which
works in Jython regular), this happens:

tbri@linux-lygj:~/iterate> /home/tbri/jython2.5a1+/jythonc  heisann.py
warning: /home/tbri/.jython is a directory, not a file
Traceback (most recent call last):
  File "/home/tbri/jython2.5a1+/Tools/jythonc/jythonc.py", line 4, in
<module>
    import main
  File "/home/tbri/jython2.5a1+/Tools/jythonc/main.py", line 74, in <module>
    from compile import Compiler
  File "/home/tbri/jython2.5a1+/Tools/jythonc/compile.py", line 7, in
<module>
    from SrcGenCompiler import SrcGenCompiler
  File "/home/tbri/jython2.5a1+/Tools/jythonc/SrcGenCompiler.py", line
4, in <module>
    import ImportName
  File "/home/tbri/jython2.5a1+/Tools/jythonc/ImportName.py", line 9, in
<module>
    from util import lookup
  File "/home/tbri/jython2.5a1+/Tools/jythonc/util.py", line 35, in <module>
    from yapm import YaPM
  File "/home/tbri/jython2.5a1+/Tools/jythonc/yapm.py", line 10, in <module>
    from org.python.core import PathPackageManager
ImportError: cannot import name PathPackageManager
msg3419 (view) Author: Nicholas Riley (nriley) Date: 2008-08-11.05:07:47
jythonc is not supported in Jython 2.5 alpha yet; you'll have to go back 
to 2.2.1 if you want to use it.
History
Date User Action Args
2008-08-11 05:07:50nrileysetstatus: open -> closed
resolution: invalid
messages: + msg3419
nosy: + nriley
2008-08-06 07:55:27tbricreate