no need for uncompyle because platform.py is freely available
aligator opened this issue · 0 comments
aligator commented
Hey,
on my manjaro linux I was not able to use uncompyle6 (from AUR) without errors. It de-compiled, but only with errors (maybe bugs in newer version of uncompyle6??) and the output was not usable.
Anyway, I googled for platform.py and noticed that it is freely available on the python repo:
https://github.com/python/cpython/blob/master/Lib/platform.py
So it is very easy to just download from there and apply the patch to it.
no more de-compiling --> less dependencies