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

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?

What Are The Advantages Of Packaging Your Python Library/application As An .egg File?

I've read some about .egg files and I've noticed them in my lib directory but what are the … Read more What Are The Advantages Of Packaging Your Python Library/application As An .egg File?

Easy_install's --prefix Option Doesn't Change Where It Tries To Install My Package

I want to install Sphinx 1.1.3 for python 2.6. However, I don't have sudo rights. So instead of… Read more Easy_install's --prefix Option Doesn't Change Where It Tries To Install My Package

Pkg_resources.resource_filename Is Not Extracting Files

I want to package a project that contains (and uses) template html files and distribuite it as an e… Read more Pkg_resources.resource_filename Is Not Extracting Files

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?

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?