M.-A. Lemburg wrote:
The main argument for using ZIP imports is to easy distribution of complete pure-Python packages, not a performance gain.
Precisely. For this reason, python2x.zip is on sys.path, allowing you to include the entire library (subset) in a single file. It may also be of convenience to users and local admins which have to install the same package across different machines, when the system vendor does not provide a package, but it appears that eggs are currently unfriendly to system vendors which want to include eggified packages in their own packaging system. Regards, Martin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]