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

Jorge Godoy jgodoy at gmail.com
Mon Mar 12 08:33:02 EDT 2007


"yinglcs at gmail.com" <yinglcs at gmail.com> writes:

> 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.

The correct way is to download the source, make your changes and rebuild the
egg.

Unzipping, changing and zipping it back also works.

-- 
Jorge Godoy      <jgodoy at gmail.com>



More information about the Python-list mailing list