We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have made a small script to test out the XCamera but whenever i try loading the script , it shows an error
here is the code
The text was updated successfully, but these errors were encountered: