I currently have a python file that is in the .pyc format, so i can only run it. I have looked up ways to decompile the file but none seem to work with the version of python i am using (3.4.1). I am looking to get it into .py so i can edit the program in the shell.
Asked
Active
Viewed 102 times
1
-
2http://stackoverflow.com/questions/8189352/decompile-python-2-7-pyc – Sam Dec 10 '14 at 01:07
-
http://stackoverflow.com/questions/5287253/is-it-possible-to-decompile-a-compiled-pyc-file-into-a-py-file?lq=1 – Sam Dec 10 '14 at 01:08
-
Does it a exist a `unpyclib` version for Python 3.4? – nbro Dec 10 '14 at 01:17
-
I am not sure exactly what that is. – purplepills Dec 10 '14 at 02:58