qmasingarbe / pymiere

Python for Premiere pro
GNU General Public License v3.0
363 stars 46 forks source link

Pymiere needs python 3.7, crashes on 3.6 #5

Closed qmasingarbe closed 4 years ago

qmasingarbe commented 4 years ago

I don't know if it's only for my config, but the python environment must be at least 3.7, cause on 3.6 got an issue with => from subprocess import check_output

Originally posted by @bryhimself in https://github.com/qmasingarbe/pymiere/issues/3#issuecomment-668169416

qmasingarbe commented 4 years ago

@bryhimself I tested the lib in python 3.6. Indeed some compatibility issue occurred with check_output. I should have fixed it, although I'm not absolutely sure that your error is the same as mine. I invite you to test it again in your environment and let me know if that fixed it.