health
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Health] KeyError: <kivy.core.window.Keyboard object at 0x7ff0fcd769d0>


From: Ehsan Irshad
Subject: [Health] KeyError: <kivy.core.window.Keyboard object at 0x7ff0fcd769d0>
Date: Mon, 26 Feb 2024 12:17:22 +0500

Good Day Sir, 
                     I am following your this tutorial and trying to install and test it in Ubuntu LTS 22.04, i have successfully installed your application but while setting up the profile and click on any field it automatically shutdown the application. 
I have installed it in separate python virtual environment.
Here is the detailed error, Looking for your kind help in this regard:

  WARNING: running xinput against an Xwayland server. See the xinput man page for details.
WARNING: running xinput against an Xwayland server. See the xinput man page for details. WARNING: running xinput against an Xwayland server. See the xinput man page for details. WARNING: running xinput against an Xwayland server. See the xinput man page for details. WARNING: running xinput against an Xwayland server. See the xinput man page for details. WARNING: running xinput against an Xwayland server. See the xinput man page for details. WARNING: running xinput against an Xwayland server. See the xinput man page for details. WARNING: running xinput against an Xwayland server. See the xinput man page for details. WARNING: running xinput against an Xwayland server. See the xinput man page for details. [INFO ] [Base ] Start application main loop We need to init the personal Key [INFO ] [Base ] Leaving application in progress... Traceback (most recent call last): File "/home/ehsan/gnuhealth/bin/mygnuhealth", line 8, in <module> sys.exit(main.mygh()) File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/mygnuhealth/main.py", line 317, in mygh MyGnuHealthApp().run() File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/kivy/app.py", line 956, in run runTouchApp() File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/kivy/base.py", line 574, in runTouchApp EventLoop.mainloop() File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/kivy/base.py", line 339, in mainloop self.idle() File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/kivy/base.py", line 383, in idle self.dispatch_input() File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/kivy/base.py", line 334, in dispatch_input post_dispatch_input(*pop(0)) File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/kivy/base.py", line 263, in post_dispatch_input listener.dispatch('on_motion', etype, me) File "kivy/_event.pyx", line 731, in kivy._event.EventDispatcher.dispatch File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/kivy/core/window/__init__.py", line 1709, in on_motion self.dispatch('on_touch_down', me) File "kivy/_event.pyx", line 731, in kivy._event.EventDispatcher.dispatch File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/kivy/core/window/__init__.py", line 1726, in on_touch_down if w.dispatch('on_touch_down', touch): File "kivy/_event.pyx", line 731, in kivy._event.EventDispatcher.dispatch File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/kivy/uix/widget.py", line 589, in on_touch_down if child.dispatch('on_touch_down', touch): File "kivy/_event.pyx", line 731, in kivy._event.EventDispatcher.dispatch File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/kivy/uix/widget.py", line 589, in on_touch_down if child.dispatch('on_touch_down', touch): File "kivy/_event.pyx", line 731, in kivy._event.EventDispatcher.dispatch File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/kivy/uix/screenmanager.py", line 1210, in on_touch_down return super(ScreenManager, self).on_touch_down(touch) File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/kivy/uix/widget.py", line 589, in on_touch_down if child.dispatch('on_touch_down', touch): File "kivy/_event.pyx", line 731, in kivy._event.EventDispatcher.dispatch File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/kivy/uix/relativelayout.py", line 306, in on_touch_down ret = super(RelativeLayout, self).on_touch_down(touch) File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/kivy/uix/widget.py", line 589, in on_touch_down if child.dispatch('on_touch_down', touch): File "kivy/_event.pyx", line 731, in kivy._event.EventDispatcher.dispatch File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/kivy/uix/widget.py", line 589, in on_touch_down if child.dispatch('on_touch_down', touch): File "kivy/_event.pyx", line 731, in kivy._event.EventDispatcher.dispatch File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/kivy/uix/widget.py", line 589, in on_touch_down if child.dispatch('on_touch_down', touch): File "kivy/_event.pyx", line 731, in kivy._event.EventDispatcher.dispatch File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/kivy/uix/textinput.py", line 1586, in on_touch_down if super().on_touch_down(touch): File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/kivy/uix/behaviors/focus.py", line 470, in on_touch_down self.focus = True File "kivy/properties.pyx", line 520, in kivy.properties.Property.__set__ File "kivy/properties.pyx", line 567, in kivy.properties.Property.set File "kivy/properties.pyx", line 606, in kivy.properties.Property._dispatch File "kivy/_event.pyx", line 1307, in kivy._event.EventObservers.dispatch File "kivy/_event.pyx", line 1213, in kivy._event.EventObservers._dispatch File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/kivy/uix/behaviors/focus.py", line 410, in _on_focus self._bind_keyboard() File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/kivy/uix/textinput.py", line 3053, in _bind_keyboard super()._bind_keyboard() File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/kivy/uix/behaviors/focus.py", line 437, in _bind_keyboard old_focus.focus = False File "kivy/properties.pyx", line 520, in kivy.properties.Property.__set__ File "kivy/properties.pyx", line 567, in kivy.properties.Property.set File "kivy/properties.pyx", line 606, in kivy.properties.Property._dispatch File "kivy/_event.pyx", line 1307, in kivy._event.EventObservers.dispatch File "kivy/_event.pyx", line 1213, in kivy._event.EventObservers._dispatch File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/kivy/uix/behaviors/focus.py", line 412, in _on_focus self._unbind_keyboard() File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/kivy/uix/textinput.py", line 3057, in _unbind_keyboard super()._unbind_keyboard() File "/home/ehsan/gnuhealth/lib/python3.10/site-packages/kivy/uix/behaviors/focus.py", line 454, in _unbind_keyboard del FocusBehavior._keyboards[keyboard] KeyError: <kivy.core.window.Keyboard object at 0x7ff0fcd769d0>

Looking forward to hearing from you soon Thank You for Contributing in the Field of Medical.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]