tabreturn / thonny-py5mode

A py5 plug-in for Thonny
Do What The F*ck You Want To Public License
23 stars 8 forks source link

Sort Python 3.10 / Thonny 4 support #13

Closed tabreturn closed 2 years ago

tabreturn commented 2 years ago

For reasons I need to investigate properly, the plug-in won't run on Thonny 4 (Python 3.10).

For now, users should stick to Thonny 3.3.7 (the alt versions that include Python 3.9.5).

tabreturn commented 2 years ago

To resolve Thonny 4 challenge involving separate packages and plug-ins path --

"You could try appending Thonny's plug-in folder to sys.path in your back-end plugin. Search for the usages of thonny.get_sys_path_directory_containg_plugins()"

https://groups.google.com/g/thonny/c/dhMOGXZHTDU

tabreturn commented 2 years ago

16