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

Install on OS X fails #13

Open
jg00dman opened this issue Apr 11, 2016 · 6 comments
Open

Install on OS X fails #13

jg00dman opened this issue Apr 11, 2016 · 6 comments

Comments

@jg00dman
Copy link

Install on OS X fails exactly as described here [https://www.bountysource.com/issues/27294650-how-to-use-kivy-garden-on-mac]
Help very much appreciated.

@Jayuda
Copy link

Jayuda commented Apr 12, 2016

+1

@firebiird
Copy link

Also having this issue

@ghost
Copy link

ghost commented May 31, 2016

kivy-garden uses this path for locating garden packages : join(expanduser('~'), '.kivy', 'garden') means :
~/.kivy/garden/<package> but on OS X the path kivy search for garden packages are at '/Applications/Kivy.app/Contents/Resources/.kivy/garden/<packages>'

i have a bugfix for this problem by changing garden_system_dir = '/Applications/Kivy.app/Contents/Resources/.kivy/garden/<packages>' on OS X , shall i pull request or this problem should be fixed from Kivy ?

@randomelectrons
Copy link

randomelectrons commented Aug 19, 2016

I fixed this problem today by doing this:

  1. kivy -m pip install -U watchdog pygments docutils jedi gitpython six kivy-garden
  2. cd kivy-designer/
  3. garden install --app filebrowser
  4. kivy main.py
  5. Celebrate

Step 3 was the critical one for me.

Note 1: I am using python 2.7 and kivy 1.9.1 on OS X El Capitan
Note 2:

If you want to include garden packages in your application, you can add –app to the install command. This will create a libs/garden directory in your current directory which will be used by kivy.garden. Source = https://kivy.org/docs/api-kivy.garden.html

@AlexMartin-Ginnold
Copy link

@randomelectrons Are the pip modules listed in step 1 of your fix necessary for garden to work, or are they requirements of your specific application?

@randomelectrons
Copy link

@AlexMartin-Ginnold, the files in step 1 are necessary to get garden to work.

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

5 participants