Python-iOS-template icon indicating copy to clipboard operation
Python-iOS-template copied to clipboard

EGG support?

Open marcmolla opened this issue 9 years ago • 0 comments

I was trying to add an EGG package to an iOS app (in the app_packages) but it did not work.

I think that the problem is how app_packages are added to the python path, by copying them into the site-packages directory. For egg packages we need an extra step for adding them to the python path, right?

marcmolla avatar Oct 31 '16 09:10 marcmolla