[NumPy-Tickets] [NumPy] #1601: distutils/ccompiler.py:68 UnicodeEncodeError on Python 3.2
NumPy Trac
numpy-tickets@scipy....
Tue Mar 1 01:17:23 CST 2011
#1601: distutils/ccompiler.py:68 UnicodeEncodeError on Python 3.2
-----------------------------+----------------------------------------------
Reporter: srid | Owner: cdavid
Type: defect | Status: needs_review
Priority: normal | Milestone: 2.0.0
Component: numpy.distutils | Version: devel
Keywords: |
-----------------------------+----------------------------------------------
Changes (by rgommers):
* status: new => needs_review
Comment:
{{{exec_command}}} returns output in latin1 encoding, so have to use the
{{{asstr}}} function from numpy.compat before using it. I think this fixes
it: https://github.com/rgommers/numpy/tree/ticket-1601-py32 Does that work
for you?
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1601#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list