2

Today I deleted one of my python 3.8.3 scripts , but I still have scripts's .pyc file. I tried using uncompyle6 but I'm always getting parsing errors. Does anyone know how I can fix it? If it helps I used the following modules: time, bs4, requests, re, pyautogui

Thanks very much.

Here is my error:
Click on the link for the full message: https://justpaste.it/6nrzc

# file olx.pyc
# Deparsing stopped due to parse error
Andrej
  • 1,581
  • 1
  • 3
  • 13
  • try https://sourceforge.net/projects/easypythondecompiler/ – Jason Yang Jun 20 '20 at 13:37
  • Does this answer your question? [Is it possible to decompile a compiled .pyc file into a .py file?](https://stackoverflow.com/questions/5287253/is-it-possible-to-decompile-a-compiled-pyc-file-into-a-py-file) – Chris Jun 20 '20 at 13:41
  • Only Python 3.4 is supported, I'm kn 3.8... Thanks. – Andrej Jun 20 '20 at 14:04

0 Answers0