Hello!
I recently started learning Python, and I'm trying to install the package GASP (http://pypi.python.org/pypi/gasp/0.4.5) in order to be able to code some graphics.
However, the file is of type EGG. I found that I need to install EasyInstall in order to be able to install EGG files. (The download page for EasyInstall is here: http://pypi.python.org/pypi/setuptools)
But the file to download EasyInstall is an EGG file! So if I need EasyInstall to install EGG files, how do I install EasyInstall itself?
Maybe I'm missing something really simple here...
(By the way, I'm using Windows...)
Thanks a lot!