






















Traceback (most recent call last):
File "/usr/bin/calcure", line 5, in <module>
from calcure.__main__ import cli
File "/usr/lib/python3.13/site-packages/calcure/__main__.py", line 12, in <module>
from calcure.calendars import Calendar
File "/usr/lib/python3.13/site-packages/calcure/calendars.py", line 5, in <module>
import jdatetime
File "/usr/lib/python3.13/site-packages/jdatetime/__init__.py", line 17, in <module>
from jalali_core import GregorianToJalali, JalaliToGregorian, j_days_in_month
ModuleNotFoundError: No module named 'jalali_core'
Manpage is missing eventhough it's present in project's github repo.
Hi, thank you for adopting the package! If you have time, please update to 2.8, it's a bit more stable and smart with .ics files
Hi, developer here. Calcure moved to be packaged as a python package at PyPi. Thus, this package could not be easily updated without creating other python packaged in AUR etc. For these reasons, it was abandoned in its current form. If somebody has the knowledge how to properly add PyPi packages here, please help :) I couldn't figure it out, sorry.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
Updating to version 3.2 should fix the error mentioned below for those who do not use Persian calendar. However, ideally, someone needs to create a package
python-jalali-coreand add it as a dependence. Thank you!