[NumPy-Tickets] [NumPy] #1601: distutils/ccompiler.py:68 UnicodeEncodeError on Python 3.2
NumPy Trac
numpy-tickets@scipy....
Wed Mar 2 20:29:32 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: |
-----------------------------+----------------------------------------------
Comment(by rgommers):
When you encountered the error, did you use 1.5.0 final? If not, it was
probably addressed by commit:4e2e78f9 It is also possible that this was a
python 3.2 bug.
The o/out argument to print should already be a string, so my patch
actually does nothing.
It seems to work in 1.5.1 and trunk, so ticket can be closed?
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1601#comment:3>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list