siredmar / winepatchfusion360installer

Contains a script that makes the Fusion 360 installer install in Linux using wine
34 stars 4 forks source link

no need for uncompyle because platform.py is freely available #1

Closed aligator closed 4 years ago

aligator commented 5 years ago

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