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

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?

Problem Accessing Config Files Within A Python Egg

I have a Python project that has the following structure: package1 class.py class2.py ... pac… Read more Problem Accessing Config Files Within A Python 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 Easy_install Egg Plugin And Load It Without Restarting Application?

I'm creating an app that downloads and installs its own egg plugins, but I have a problem loadi… Read more How To Easy_install Egg Plugin And Load It Without Restarting Application?

How To Update A File In Python Egg

We are using trac. In our setup we have a problem that is solved in repository. So I got the fixed … Read more How To Update A File In Python Egg