Re: Python *Eggs* on Win32

2006-07-08 Thread Srijit Kumar Bhadra
I got the answers myself. Thanks to http://tinyurl.com/ld2c9. With just basic installation of Python on Win32 (i.e. http://www.python.org/ftp/python/2.4.3/python-2.4.3.msi) it is possible to install .egg files (Python Eggs). 1) download http://peak.telecommunity.com/dist/ez_setup.py 2) run ez_setu

Python *eggs* on Win32

2006-07-08 Thread Srijit Kumar Bhadra
I have browsed the following links 1) http://peak.telecommunity.com/DevCenter/EasyInstall 2) When Python *Eggs* better than Python *distutils*?? What's Eggs? (http://tinyurl.com/m8dyd) But I am still not clear what to do with an .egg file. For example, if I have a basic Python installation (http:/