Hello,
for a couple of days ikhal fails for me on -current, please find the
traceback below.
I've seen on ports@ that an update is in the works, 0.10.4 -> 0.11.2:
https://marc.info/?l=openbsd-ports&m=170222978503397
So possibly this will fix the issue anyways....
I am not aware of having changed anything in my environment recently:
$ locale
LANG=en_US.UTF-8
LC_COLLATE="en_US.UTF-8"
LC_CTYPE=en_US.UTF-8
LC_MONETARY="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_ALL=
The traceback:
$ ikhal
Traceback (most recent call last):
File "/usr/local/bin/ikhal", line 8, in <module>
sys.exit(main_ikhal())
File "/usr/local/lib/python3.10/site-packages/click/core.py", line
1128, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/click/core.py", line
1053, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.10/site-packages/click/core.py", line
1395, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.10/site-packages/click/core.py", line
754, in invoke
return __callback(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/click/decorators.py",
line 26, in new_func
return f(get_current_context(), *args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/khal/cli.py", line 485,
in interactive_cli
controllers.interactive(
File "/usr/local/lib/python3.10/site-packages/khal/controllers.py",
line 545, in interactive
pane = ui.ClassicView(
File "/usr/local/lib/python3.10/site-packages/khal/ui/__init__.py",
line 1045, in __init__
daywalker = Walker(
File "/usr/local/lib/python3.10/site-packages/khal/ui/__init__.py",
line 361, in __init__
self.ensure_date(this_date)
File "/usr/local/lib/python3.10/site-packages/khal/ui/__init__.py",
line 370, in ensure_date
pile = self._get_events(day)
File "/usr/local/lib/python3.10/site-packages/khal/ui/__init__.py",
line 480, in _get_events
self.events = sorted(self._collection.get_events_on(day))
File
"/usr/local/lib/python3.10/site-packages/khal/khalendar/khalendar.py",
line 152, in get_events_on
localize = self._locale['local_timezone'].localize
AttributeError: 'zoneinfo.ZoneInfo' object has no attribute 'localize'
Thanks for your time, Marcus
No comments:
Post a Comment