[EMAIL PROTECTED] 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to