I need to convert a compiled python code (.pyo) to its source . I look in depython.net, but there is a problem. A warning;
"File version older than 2.4."
What should I do?
Thanks.
I need to convert a compiled python code (.pyo) to its source . I look in depython.net, but there is a problem. A warning;
"File version older than 2.4."
What should I do?
Thanks.
Try decompyle.
This has become a commercial service.
To experiment with it you can use Debian Packages.
I would have loved to try it but I am on a windows machine. I will try it as soon as I get a chance.