Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyerror while using XCamera #43

Open
USER4247 opened this issue Jun 9, 2022 · 0 comments
Open

Keyerror while using XCamera #43

USER4247 opened this issue Jun 9, 2022 · 0 comments

Comments

@USER4247
Copy link

USER4247 commented Jun 9, 2022

I have made a small script to test out the XCamera but whenever i try loading the script , it shows an error

Exception has occurred: KeyError
'kivy.garden.xcamera'

here is the code

from kivy.lang import Builder
from kivy.app import App

kv = """
#: import XCamera kivy.garden.xcamera.XCamera
FloatLayout:
    orientation: "vertical"
    XCamera:
        id:xcam
        

"""

class Cam(App):
    def build(self):
        return Builder.load_string(kv)

if __name__ == "__main__":
    Cam().run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant