reticulatedpines / magiclantern_simplified

A Git based version of Magic Lantern, for those unwilling or unable to work using Mercurial. The vast majority of branches have been removed, with those thought to be important brought in individually and merged.
GNU General Public License v2.0
142 stars 50 forks source link

Python3 support #93

Closed ilia3101 closed 1 year ago

ilia3101 commented 1 year ago

This eliminates python2 as a dependency for building ML. Module info screens appear to be generating correctly, just as before (which is the primary purpose of the python build scripts). Tested on macos and 5D3.

Main changes:

I also changed readme2modulestrings to call python modules directly, instead of using terminal commands and pipes.

Still needed:

ilia3101 commented 1 year ago

Closing, did a better job in https://github.com/reticulatedpines/magiclantern_simplified/pull/95