You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.
You could list the arguments and the syntax for supplying the arguments. This is completely missing. All I get is syntax error with anything like: uncompyle fibo.pyc.
It appears from the very incomplete comments that you want source and destination directories as inputs. In what order? As single quoted strings?
The thing is totally unusable without this.
I realize this is unsupported and an act of devotion, but the most minimal example would help:
Really would appreciate the simplest guidance. No doc came with the package. The readme leaves out this info. The comments in init.py don't include this.
Thanks,
Lewis
The text was updated successfully, but these errors were encountered:
I've been going over issues on the various uncompyle forks, and there are many of them, to see if they are addressed. The short is switch to uncompyle6.
If things are still confusing there, and it might be, then open an issue there.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
You could list the arguments and the syntax for supplying the arguments. This is completely missing. All I get is syntax error with anything like: uncompyle fibo.pyc.
It appears from the very incomplete comments that you want source and destination directories as inputs. In what order? As single quoted strings?
The thing is totally unusable without this.
I realize this is unsupported and an act of devotion, but the most minimal example would help:
uncompyle ('c:\foo\bar\pycode', 'c:\foo\bar\outcode', mybytes.pyc)
or whatever.
Really would appreciate the simplest guidance. No doc came with the package. The readme leaves out this info. The comments in init.py don't include this.
Thanks,
Lewis
The text was updated successfully, but these errors were encountered: