ilius / starcal

StarCalendar: Full-featured International Calendar for Linux Desktop
https://ilius.github.io/starcal/
GNU Affero General Public License v3.0
153 stars 22 forks source link

BSON error #45

Closed mohammad-h-fathi closed 6 years ago

mohammad-h-fathi commented 6 years ago

Ive install BSON from both python-bson package, and pip. but starcal is not starting yet. Traceback (most recent call last): File "/usr/share/starcal3/scal3/ui_gtk/starcal.py", line 52, in <module> from scal3 import core File "/usr/share/starcal3/scal3/core.py", line 38, in <module> from scal3 import locale_man File "/usr/share/starcal3/scal3/locale_man.py", line 31, in <module> from scal3.s_object import JsonSObj File "/usr/share/starcal3/scal3/s_object.py", line 7, in <module> from bson import BSON ImportError: cannot import name 'BSON'

ilius commented 6 years ago

python-bson is for python2. (Unless you use Arch) And your pip is probably pip2 (python2) Install python3-bson or python3-mongo, or use pip3