hschauhan / gosync

An Opensource Google Drive client written in Python
https://hschauhan.github.io/gosync/
GNU General Public License v2.0
281 stars 57 forks source link

No module named 'GoSyncModel' #42

Closed zkispal closed 4 years ago

zkispal commented 4 years ago

Followed the installation instructions on unmodified release of Ubuntu 20.04. When I want to run GoSync getting the following error message:

****@Linux:~/Downloads$ GoSync Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/GoSync/GoSyncController.py", line 36, in from .GoSyncSettingsPage import SettingsPage ModuleNotFoundError: No module named 'GoSync.GoSyncSettingsPage'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/GoSync/GoSync.py", line 24, in from .GoSyncController import GoSyncController File "/usr/local/lib/python3.8/dist-packages/GoSync/GoSyncController.py", line 38, in from GoSyncModel import GoSyncModel, ClientSecretsNotFound ModuleNotFoundError: No module named 'GoSyncModel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/bin/GoSync", line 5, in from GoSync.GoSync import main File "/usr/local/lib/python3.8/dist-packages/GoSync/GoSync.py", line 27, in import GoSyncModel ModuleNotFoundError: No module named 'GoSyncModel'

arentoine commented 4 years ago

Hello,

this was very little typo. It's now fixed. Can you go through section 3 of the wiki (https://github.com/arentoine/gosync/wiki) and confirm it's resolved.

Thanks for reporting the bug !

zkispal commented 4 years ago

Thanks for the fix. Updated from git and now it works.