Re: [Distutils] Encoding error installing my own package from PyPI

2013-12-13 Thread Daniel Holth
This is a pip bug. Could Python 3.3 be doing something different or is your default encoding for open() different than the typical pip developer's? https://github.com/pypa/pip/issues/1298 On Thu, Dec 12, 2013 at 6:02 PM, Éric Araujo mer...@netwok.org wrote: Distutils is not fully aware of

Re: [Distutils] Encoding error installing my own package from PyPI

2013-12-13 Thread Lele Gaifax
Daniel Holth dho...@gmail.com writes: On Thu, Dec 12, 2013 at 6:02 PM, Éric Araujo mer...@netwok.org wrote: Distutils is not fully aware of unicode. Something to try: open your files like you do and get their contents as unicode, but encode the result to UTF-8 bytes before passing it to the

Re: [Distutils] Encoding error installing my own package from PyPI

2013-12-13 Thread Daniel Holth
On Fri, Dec 13, 2013 at 12:40 PM, Lele Gaifax l...@metapensiero.it wrote: Daniel Holth dho...@gmail.com writes: On Thu, Dec 12, 2013 at 6:02 PM, Éric Araujo mer...@netwok.org wrote: Distutils is not fully aware of unicode. Something to try: open your files like you do and get their contents

Re: [Distutils] problems upload docs to pythonhosted.org with setuptools 2.0

2013-12-13 Thread Chris Withers
Hmm, doesn't appear this got any response. Where should I report it? Chris On 11/12/2013 11:29, Chris Withers wrote: Hi All, I'm attempting to upload docs for a new release of my package to pythonhosted.org but I get: $ bin/docpy setup.py upload_docs --upload-dir=docs/_build/html running

Re: [Distutils] problems upload docs to pythonhosted.org with setuptools 2.0

2013-12-13 Thread Nick Coghlan
On 14 December 2013 04:01, Chris Withers ch...@simplistix.co.uk wrote: Hmm, doesn't appear this got any response. Where should I report it? The setuptools issue tracker is at https://bitbucket.org/pypa/setuptools/ Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.com | Brisbane,