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

Can't install on debian 11 #23

Closed Sirman13 closed 2 years ago

Sirman13 commented 2 years ago

E: Impossibile trovare il pacchetto python-wxgtk3.0 E: Impossibile trovare alcun pacchetto tramite il glob "python-wxgtk3.0" E: Impossibile trovare alcun pacchetto tramite l'espressione regolare "python-wxgtk3.0"

thiagoralves commented 2 years ago

Debian 11 removed support for python-wxgtk3.0. It now only has wxgtk4.0 and that won't work with OpenPLC Editor. You can try to install wxgtk3.0 from debian 10 using a method similar to this: https://openplc.discussion.community/post/open-plc-editor-9298979?pid=1300091863 or you can just use Debian 10

datamaskinen commented 2 years ago

make an appimage of this when using packages not in main repositorys....

https://appimage.org/

thiagoralves commented 2 years ago

This issue was fixed by including wxgtk3.0 on the repository