Mysterie / uncompyle2

uncompyle2
642 stars 148 forks source link

"takes most 8 arguments (9 given)" error #10

Closed gluon closed 11 years ago

gluon commented 11 years ago

2013.03.03 19:49:37 CET Traceback (most recent call last): File "/usr/local/bin/uncompyle2", line 163, in showasm, showast, do_verify, py) TypeError: main() takes at most 8 arguments (9 given)

whatever the file I want to decompile, i gives this. the "testpythonlib.py" seems to work but I cannot adapt it to try to decompile my files

any tips ?

Mysterie commented 11 years ago

I don't understand your issue. How do you use uncompyle2 ? Did you have some code exemple ?

gluon commented 11 years ago

It works. I had problem trying to use the "binary" installed by using "python setup.py install" Now it is very okay :)

lzq8272587 commented 10 years ago

HI, gluon, I met the same issue with you, could you offer me any tips about how you address this problom?

I used "python setup.py install" for installing.

Thanks!