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

Reply via email to