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

Top-level Package Handling With Setuptools (or Another Python Egg Builder)

I am writing a little python app. I want to be able to easily deploy the app. I know that python 2.… Read more Top-level Package Handling With Setuptools (or Another Python Egg Builder)

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?

How To Unzip Python Eggs?

I'm trying to bundle some egg dependencies when using py2exe and as stated on the py2exe site, … Read more How To Unzip Python Eggs?

Excluding Source Files From Built Rpm Distribution With Setuptool

I have a typical project structure that looks as follows: EngineEmulator src ship … Read more Excluding Source Files From Built Rpm Distribution With Setuptool

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