Storyyeller / Krakatau

Java decompiler, assembler, and disassembler
GNU General Public License v3.0
1.97k stars 220 forks source link

decompile.py crashes with "Unable to find the standard library" #26

Closed slowriot closed 10 years ago

slowriot commented 10 years ago

Running python decompile.py crashes with:

Attempting to automatically locate the standard library...
Unable to find the standard library
Traceback (most recent call last):
  File "/usr/src/Krakatau/decompile.py", line 133, in <module>
    if not os.path.exists(args.out):
  File "/usr/lib/python2.7/genericpath.py", line 18, in exists
    os.stat(path)
TypeError: coercing to Unicode: need string or buffer, NoneType found

Running with -nauto just produces:

Traceback (most recent call last):
  File "/usr/src/Krakatau/decompile.py", line 133, in <module>
    if not os.path.exists(args.out):
  File "/usr/lib/python2.7/genericpath.py", line 18, in exists
    os.stat(path)
TypeError: coercing to Unicode: need string or buffer, NoneType found
Storyyeller commented 10 years ago

It should be fixed now.