How-to: Install python eggs on windows
Useful when the version of a package is not available for Windows yet. Gotta have cygwin though.
Make sure the desired python version is on the path in a cygwin bash shell, then
>cd dir-containing-the-egg
> sh xxx.egg
That's it!