Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Dec 21, 2019. It is now read-only.
This repository was archived by the owner on Dec 21, 2019. It is now read-only.
There was an error while loading. Please reload this page.
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?