You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: