thiagoralves / OpenPLC_Editor

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

cant install in Mnajaro Linux ( probally becuase of python 2.7) #21

Open QuakeString opened 3 years ago

QuakeString commented 3 years ago

cant install/run in my machine, I'm using Manjaro linux latest (KDE plasma) it showing error because of python incompatibility.

tkteun commented 2 years ago

Arch has changed to python 3 as default, you can change the openplc_editor.sh to call python2.7 instead of just python.

zarekvane commented 2 years ago

Consider the branch dev-python3.