alejandroautalan / pygubu

A simple GUI builder for the python tkinter module
MIT License
2.01k stars 213 forks source link

no module pygubu on m1 Macbook Pro #273

Closed iradraconis closed 1 year ago

iradraconis commented 1 year ago
Bildschirmfoto 2022-10-03 um 21 02 30

This is what Pycharm puts out when trying to run the same file, that works fine on linux. Pygubu is properly installed. I triple checked. Any idea what is wrong here?

alejandroautalan commented 1 year ago

Hello @iradraconis, What version of python and pygubu are you running? Maybe your pycharm project environment does not have pygubu installed?

2022-10-03_17-59

Let me know Regards

iradraconis commented 1 year ago
Bildschirmfoto 2022-10-04 um 07 21 02

pygubu-designer is 0.31.2 and not 0.26.1. Somehow pyCharm shows the wrong version, but tells me, that everything is up-to-date.

My App runs fine when running from Terminal.

iradraconis commented 1 year ago

I managed to solve this. Sorry for bothering you :) User failure ;)