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

Python 3 :) #46

Open Supaiku opened 4 years ago

Supaiku commented 4 years ago

Having trouble getting things going on Python 3... not surprising!

Ubuntu 20.04

Thank you for this work!

arentoine commented 4 years ago

Hello,

have a look at https://youtu.be/_FzLPgvzO1E

keep us posted.

Regards

Vaigyanik-Jinger commented 4 years ago

Hi, Followed the video. Can't import wx Anaconda installed(If that might cause problems). Ubuntu budgie 20.04 LTS Python version 3.7.6

I appreciate the efforts. Maybe someday, I will also be capable of helping others. ;) Regards, Vaigyanik

arentoine commented 4 years ago

Hello,

usually, when you have this message, it's because the package python3-wxgtk4.0 is not installed.

Try again the command "sudo apt-get install python3-wxgtk4.0"

or just check if it's installed with : "apt list --installed | grep python3-wxgtk4.0" (if nothing is listed, it's because it's not installed).

Regards

Alain