Skip to content

Keyerror while using XCamera #43

Open
@USER4247

Description

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()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions