thiagoralves / OpenPLC_Editor

OpenPLC Editor - IDE capable of creating programs for the OpenPLC Runtime
GNU General Public License v2.0
415 stars 202 forks source link

Support for Python3 #40

Closed diplfranzhoepfinger closed 2 years ago

diplfranzhoepfinger commented 2 years ago

./install.sh installs a Python2.7 on Linux, even if Python 3 is available. would be nicer with Python 3, especially when using ESP-IDF.

thiagoralves commented 2 years ago

OpenPLC Editor does not run on Python 3, it needs Python 2. That's why the installer installs Python 2.7 on the system. Porting the editor to Python 3 is a long, ongoing effort. You can try the dev-python3 branch to check on the porting status. Right now it is still very buggy and not functional.

petrkr commented 1 year ago

Python2 is already 3 year deprecated and it is not supported and can not be installed on newer systems anymore.

franz-ms-muc commented 1 year ago

any news on this ?

franz-ms-muc commented 1 year ago

any news on this ?

thiagoralves commented 1 year ago

Check the dev-python3 branch. The macOS release already uses that branch (since Python2 is not supported on mac anymore)