Skip to content Skip to sidebar Skip to footer
Showing posts with the label Egg

How To Make "python Setup.py Install" Install Source Instead Of Egg File?

I used to run python setup.py install in a python project, it will just move the source to site-pac… Read more How To Make "python Setup.py Install" Install Source Instead Of Egg File?

Why Doesn't My Python 2.6 Auto-unzip Egg Files On Import?

I'm under the impression that Python import is supposed to automatically unzip egg files in sit… Read more Why Doesn't My Python 2.6 Auto-unzip Egg Files On Import?

Assertionerror: Egg-link .. Does Not Match Installed Location Of Reviewboard (at /...)

AssertionError: Egg-link /home/daniel/other-rb/reviewboard does not match installed location of Rev… Read more Assertionerror: Egg-link .. Does Not Match Installed Location Of Reviewboard (at /...)

Create A Python Executable Using Setuptools

I have a small python application that I would like to make into a downloadable / installable execu… Read more Create A Python Executable Using Setuptools

Buildout Can't Find Pip Packages For Plone

I'm trying to add add-ons to Plone through buildout but it can't find the packages. I'v… Read more Buildout Can't Find Pip Packages For Plone

Why Doesn't My Python 2.6 Auto-unzip Egg Files On Import?

I'm under the impression that Python import is supposed to automatically unzip egg files in sit… Read more Why Doesn't My Python 2.6 Auto-unzip Egg Files On Import?