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

Drag/drop of python script onto Kivy.app doesn't work as stated, have workaround #48

Open
kcrossen opened this issue Mar 12, 2019 · 0 comments

Comments

@kcrossen
Copy link

The directions on https://kivy.org/doc/stable/guide/packaging-osx.html#:
$ kivy -m pip install
don't work, I think because MakeSymlinks probably doesn't work (Kivy.app vs Kivy2.app perhaps).

What does work is (I did this on copy of installed app w/ 2 dropped from name):
$ cd //Kivy.App/Contents/Resources/venv/lib/python2.7/site-packages
$ pip install urllib3 -t .
$ pip install botocore -t .
$ pip install boto3 -t .

Now drag/drop script works.

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