How to modify the source of a python file inside a python egg file?

Diez B. Roggisch deets at nospam.web.de
Mon Mar 12 07:34:15 EDT 2007


yinglcs at gmail.com wrote:

> How to modify the source of a python file inside a python egg file?
> I can see the file by unzipping it, but how can I package it back as a
> python egg file after my modification.

So far I never tried this - but how about zipping it? Besides, you can
install eggs unzipped directly, try easy_install --help for options.

Diez



More information about the Python-list mailing list