Skip to content
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

Not very sure about doing everything correct #65

Open
MrAnsgar opened this issue Feb 5, 2023 · 1 comment
Open

Not very sure about doing everything correct #65

MrAnsgar opened this issue Feb 5, 2023 · 1 comment

Comments

@MrAnsgar
Copy link

MrAnsgar commented Feb 5, 2023

I hope I've created my credentials from Google correctly. After that I've launched GoSync and this is the result:
Traceback (most recent call last):
File "/usr/local/bin/GoSync", line 5, in <module>
from GoSync.GoSync import main
File "/usr/local/lib/python3.10/dist-packages/GoSync/GoSync.py", line 20, in <module>
import sys, os, wx, GoSyncController, GoSyncModel
ModuleNotFoundError: No module named 'wx'

Nothing happens

@hschauhan
Copy link
Owner

Did you install GoSync via pip? I believe wxpython is not installed on your system. If you are on debian based system you can install wxpython by command sudo apt-get install python3-wxgtk4.0.

If you install via pip, pip will compile wxpython on the fly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants