[issue15380] bytes/str mismatch in distribute

2012-07-17 Thread Ned Deily
Changes by Ned Deily : -- stage: -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue15380] bytes/str mismatch in distribute

2012-07-17 Thread Ned Deily
Ned Deily added the comment: Distribute is not part of Distutils. According to its PyPI page (http://pypi.python.org/pypi/distribute#feedback-and-getting-involved), the project has its own issue tracker at https://bitbucket.org/tarek/distribute/issues/ -- nosy: +ned.deily resolution:

[issue15380] bytes/str mismatch in distribute

2012-07-17 Thread Mark Summerfield
New submission from Mark Summerfield : I tried installing CherryPy into my local Python 3.2 build. I don't know if this is a problem with CherryPy's setup.py or with distribute but suspect the latter since I've had similar problems before. $ /home/mark/opt/python32/bin/python3 setup.py install