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

python-wxgtk3.0 (flatpack?) #26

Closed datamaskinen closed 2 years ago

datamaskinen commented 2 years ago

new distros use python-wxgtk4.x... t

Traceback (most recent call last): File "Beremiz.py", line 33, in import wx ImportError: No module named wx

datamaskinen commented 2 years ago

a flatpack of "openplc editor" would be great

jubnzv commented 2 years ago

@datamaskinen I used to use nix package manager to install required dependencies when I was working on Beremiz. It has a wxPython3 package which is compatible with both Beremiz and OpenPLC_Editor. So, you could consider this option too.