Discussion:
[tryton] calendar view no show on tryton 3.8
Francisco Maria Moyano Casco
2018-06-24 05:41:46 UTC
Permalink
Hi,
I'm using tryton 3.8. I have an empty view on calendar view, and get the error message:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/tryton-3.8.21-py2.7.egg/tryton/gui/window/form.py", line 369, in sig_next
self.screen.display_next()
File "/usr/local/lib/python2.7/dist-packages/tryton-3.8.21-py2.7.egg/tryton/gui/window/view_form/screen/screen.py", line 805, in display_next
goocalendar = view.widgets['goocalendar']
KeyError: 'goocalendar'

when I push the next register button.

I already installed the GooCalendar, trough apt, pip, and from the source. Got the same error

Never happen before. The only thing I change was the OS. Was using Kubuntu 14, now I'm on Kubuntu 18

Regards,
Francisco
--
You received this message because you are subscribed to the Google Groups "tryton" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/c982b07b-090a-4a25-9edc-5c1e9884357c%40googlegroups.com.
Cédric Krier
2018-06-24 09:23:53 UTC
Permalink
Hi,
Post by Francisco Maria Moyano Casco
I'm using tryton 3.8.
FYI, 3.8 is no more supported. You should really considered to upgrade.
Post by Francisco Maria Moyano Casco
File "/usr/local/lib/python2.7/dist-packages/tryton-3.8.21-py2.7.egg/tryton/gui/window/form.py", line 369, in sig_next
self.screen.display_next()
File "/usr/local/lib/python2.7/dist-packages/tryton-3.8.21-py2.7.egg/tryton/gui/window/view_form/screen/screen.py", line 805, in display_next
goocalendar = view.widgets['goocalendar']
KeyError: 'goocalendar'
when I push the next register button.
I already installed the GooCalendar, trough apt, pip, and from the source. Got the same error
I created https://bugs.tryton.org/issue7534
Indeed the problem is the GooCalendar is not imported. It is probably
because it is missing GooCanvas or PyGoocanvas dependencies which does
not install via "pip".
--
Cédric Krier - B2CK SPRL
Email/Jabber: ***@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/
--
You received this message because you are subscribed to the Google Groups "tryton" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/20180624092353.GW30646%40kei.
Loading...