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

garden install --app flag installs in libs/garden/garden.[pkg] #14

Closed
MelleB opened this issue May 8, 2016 · 1 comment
Closed

garden install --app flag installs in libs/garden/garden.[pkg] #14

MelleB opened this issue May 8, 2016 · 1 comment

Comments

@MelleB
Copy link

MelleB commented May 8, 2016

If you install a garden package in your app it installed in libs/garden/garden.[pkg] directory, which makes it impossible to import.

E.g. garden install --app filebrowser installs the filebrowser in libs/garden/garden.filebrowser

Is this a bug or by design?
If it's a bug, I'd be willing to fix it.

Kivy 1.9.1
OS: Windows 7

@KeyWeeUsr
Copy link
Member

It's an intended behavior and you can import the package with this:

from kivy.garden.[pkg] import Class

see kivy/kivy/garden for more.

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

2 participants