0

i trying to access the .py code from an .exe file. I have python 3.9 and I installed the 3.8 version because uncompyle6 does not support 3.9. I tried to do everything according to this guide: https://www.youtube.com/watch?v=jmC-FKNRdvk&t=486s

and now i have this error:

uncompyle6 version 3.8.0
Python bytecode 3.9.0 (3425)
Decompiled from: Python 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19:37:50) [MSC v.1916 64 bit (AMD64)]
Embedded file name: moj_pyc.py
Compiled at: 2022-03-17 21:28:33

Unsupported Python version, 3.9.0, for decompilation


Unsupported bytecode in file moj_pyc.pyc
Unsupported Python version, 3.9.0, for decompilation

any idea ?

kenio02
  • 1
  • 1
  • What sort of answer are you expecting here? If it doesn't support Python 3.9, it *doesn't support Python 3.9*. – jasonharper Mar 22 '22 at 17:51
  • Maybe some clarification or another solution. It means that file 'my_pyc.pyc' was create in Python 3.9.0 ? If this is true, it means that I copied the magic code from the wrong file – kenio02 Mar 22 '22 at 18:22
  • all works, magic code was wrong – kenio02 Mar 22 '22 at 21:28

0 Answers0