alejandroautalan / pygubu-designer

A simple GUI designer for the python tkinter module
GNU General Public License v3.0
828 stars 101 forks source link

Cannot launch Ubuntu 20.04 #81

Closed newmonte closed 2 years ago

newmonte commented 2 years ago

Think I'm missing something simple, have already compiled the .po files but still getting this error ?

You should compile the .po files in the pygubudesigner/locale directory first

Thanks

jrezai commented 2 years ago

Hello, Try compiling the .po files for all the provided languages in the pygubudesigner folder. For example, in these folders:

/locale/de/LC_MESSAGES /locale/es/LC_MESSAGES /locale/tr/LC_MESSAGES /locale/zh_CN/LC_MESSAGES /locale/zh_Hans/LC_MESSAGES

The command will look something like this, in each of the locale/language folders:

msgfmt -o pygubu.mo pygubu.po

I hope that helps.

newmonte commented 2 years ago

Thanks Had already done that, but did it again, still same message on launch, also used the makepofile.sh with same result, then tried poedit, still no joy.

newmonte commented 2 years ago

Got it now, thankyou, pip uninstalled and re install fixed it. Thanks again.