views:

479

answers:

2

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.

A: 

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.

TheMachineCharmer
I can't understand the DebianPackages method. I also use windows, so I need a virtual workstation like VMware, but its so complicated. I can't get rid of it.Is there another method? Anyone who knows decompyling, if u help me I m really grateful. Thanks.
celka
Try Ubuntu on Sun Virtual box. Its free and it works and its easy :)
TheMachineCharmer
I will try. thanks for your concern. I hope, I do it. Have a nice day.:)
celka
+1  A: 

Hey,

there is Decompile, the reputed cheap (but you can test it online) depython and the UnPyc project (is only for 2.5 <=). Also here is another SO-Question related to this.

I hope it helps.

Joschua