Diez B. Roggisch wrote: > Stef Mientki schrieb: > >> hello, >> >> after 4 months playing around with Python, >> and I still have troubles with egg files. >> Sometimes it works, sometimes it doesn't. >> >> If I google on "python egg", I get lost of links, >> which contains huge pages of information, >> and I'm totally scared off.
".egg" files are actually ".zip" files. So you can rename them to ".zip" and unpack them where they need to go. This is usually easier than debugging "easy_install". John Nagle -- http://mail.python.org/mailman/listinfo/python-list