Python-iOS-template
Python-iOS-template copied to clipboard
EGG support?
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?