You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2019. It is now read-only.
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?