On 2011-08-03, at 8:47 AM, Daniel Griffith wrote: > setuptools is not (yet) available for Python 3. Distribute is, and it definitely supports Python 3. http://pypi.python.org/pypi/distribute Distribute can be considered a drop-in replacement for setuptools and for all intents and purposes, its successor. David