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

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

Can I Create A Single Egg For Multiple Versions Of Python?

We have a local system which runs via a series of eggs. At the moment this means everyone must hav… Read more Can I Create A Single Egg For Multiple Versions Of Python?

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)

Python Import Library From Tar.gz?

I am working on a box which I don't have root access. However, there is a folder /share which w… Read more Python Import Library From Tar.gz?

Bundle Python Script And Dependencies Into A Single File

I have a few script that had their own copy of a some functions, so I extracted these functions to … Read more Bundle Python Script And Dependencies Into A Single File

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