Thomas Wunner changed bug 1167970
What Removed Added
CC   acc@wunner-software.de

Comment # 13 on bug 1167970 from
Hi guys,

I tried a bit around and these are my results of tries:

Basically, the Bug belongs to all openSUSE versions. I tried it in Leap 15.1
and in various Tumbleweed versions.

However, this worked partly for me:
`sudo chmod -r /usr/share/mysql-workbench/libraries/wb.py`

But it didn't help in order to start mysql-workbench.

Therefore I needed to install python3, because `which python` returned nothing
in my case. So, I did `zypper in python3`. With this, no other python programs
like `firewall-cmd` or `polychromatic`.

If I now add `export PYTHONHOME='/usr/bin/python` to my `$HOME/.profile`, then
mysql-workbench starts with errors, but it starts. And then on the hand, all
other python programs are then broken. Then I then do `unset PYTHONHOME`,
`firewall-cmd` and `polychromatic` work again, but not `mysql-workbench`.

I tried to install from official suse repos the workbench and from
dev.mysql.com the Fedora RPM package, but both won't start up due to the same
error message in bash.

I hope these additional infos help to solve the bug soon.


You are receiving this mail because: