python - Starcluster python3 support by 2to3 okay? -


is okay use 2to3.py make starcluster work under environment of python3?

it okay try 2to3 isn't fix-all magically make work, there's somethings can't fix automatically.

in general approach should take if trying port is, after understanding code, run 2to3 , manually change cases doesn't catch. if doesn't work wait developers reply comment left on github issue this.


Comments

Popular posts from this blog

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -