﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
301	easy_install fails on Mac OS X 10.5.6 Leopard	anonymous	cmlenz	"{{{
$ sudo easy_install Genshi
Searching for Genshi
Reading http://pypi.python.org/simple/Genshi/
Reading http://genshi.edgewall.org/
Reading http://genshi.edgewall.org/wiki/Download
Best match: Genshi 0.5.1
Downloading http://ftp.edgewall.com/pub/genshi/Genshi-0.5.1.zip
Processing Genshi-0.5.1.zip
Running Genshi-0.5.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-U3fjf3/Genshi-0.5.1/egg-dist-tmp-W-9bf5
warning: no previously-included files found matching 'doc/2000ft.graffle'
warning: no previously-included files matching '*' found under directory 'doc/logo.lineform'
No eggs found in /tmp/easy_install-U3fjf3/Genshi-0.5.1/egg-dist-tmp-W-9bf5 (setup script problem?)
}}}

The following workaround also fails:

{{{
$ svn co http://svn.edgewall.org/repos/genshi/tags/0.5.1/ genshi
$ cd genshi/
$ sudo ./setup.py install
running install
running bdist_egg
running egg_info
...
creating dist
creating 'dist/Genshi-0.5.1-py2.5-macosx-10.5-i386.egg' and adding 'build/bdist.macosx-10.5-i386/egg' to it
removing 'build/bdist.macosx-10.5-i386/egg' (and everything under it)
Processing Genshi-0.5.1-py2.5-macosx-10.5-i386.egg
Removing /Library/Python/2.5/site-packages/Genshi-0.5.1-py2.5-macosx-10.5-i386.egg
Copying Genshi-0.5.1-py2.5-macosx-10.5-i386.egg to /Library/Python/2.5/site-packages
Genshi 0.5.1 is already the active version in easy-install.pth

Installed /Library/Python/2.5/site-packages/Genshi-0.5.1-py2.5-macosx-10.5-i386.egg
Processing dependencies for Genshi==0.5.1
Searching for Genshi==0.5.1
Reading http://pypi.python.org/simple/Genshi/
Reading http://genshi.edgewall.org/
Reading http://genshi.edgewall.org/wiki/Download
Best match: Genshi 0.5.1
Downloading http://ftp.edgewall.com/pub/genshi/Genshi-0.5.1.zip
Processing Genshi-0.5.1.zip
Running Genshi-0.5.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-nuoM8V/Genshi-0.5.1/egg-dist-tmp-ao9rgy
warning: no previously-included files found matching 'doc/2000ft.graffle'
warning: no previously-included files matching '*' found under directory 'doc/logo.lineform'
No eggs found in /tmp/easy_install-nuoM8V/Genshi-0.5.1/egg-dist-tmp-ao9rgy (setup script problem?)
error: Could not find required distribution Genshi==0.5.1
}}}"	defect	closed	blocker	0.6	General	0.5.1	fixed	mac leopard install	
