-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed Start @ Ubuntu 22.04 LTS Python3 #64
Comments
I have the same problem. It could be a dependencies version problem. In my case, I am using Manjaro Linux. And I tried both the PIP and the AUR version. Both with the same problem. |
So, to make it work, I changed line 37 of the file headerFont = wx.Font(11, wx.SWISS, wx.NORMAL, wx.NORMAL) Also, since some options were not visible, I adjusted the size from line 111 of the file wx.Frame.__init__(self, None, title="GoSync", size=(490,700), style=mainWindowStyle) |
Thanks @ferraroluc. That is the right fix. I will fix this in repository. |
After successful installation and authentification, i met a problem at start up by running
Error message:
Any one knows how to fix this?
The text was updated successfully, but these errors were encountered: