Open GoogleCodeExporter opened 8 years ago
Uninstalled Enthought Python Distribution, reinstalled Python 2.6.6 and numpy
1.6.1. This error went away. You can close this ticket.
Now I'm getting the same error as shown in 'Issue 23: import numpy fails with
IronPython 2.6.1 for .NET 4.0'
Original comment by rin...@gmail.com
on 16 Dec 2011 at 9:59
Went for the Experimental release for IronPython 2.6 on .Net 4.0... got past
issue 23.
My current issue is :
>>> import numpy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python26\Lib\site-packages\numpy\__init__.py", line 137, in <module>
File "C:\Python26\Lib\site-packages\numpy\add_newdocs.py", line 9, in <module>
File "C:\Python26\Lib\site-packages\numpy\lib\__init__.py", line 17, in <modul
e>
File "C:\Python26\Lib\site-packages\numpy\lib\npyio.py", line 6, in <module>
File "C:\Python26\Lib\site-packages\numpy\lib\format.py", line 145, in <module
>
UnicodeDecodeError: ('unknown', u'\x93', 0, 1, '')
getting close... so close...
Original comment by rin...@gmail.com
on 16 Dec 2011 at 10:11
Boom. Solved.
I downloaded the source and noticed it was built with numpy 1.3.0
with that version I was able to successfully import numpy with Python 2.6.6 /
numpy 1.3.0 / IronPython 2.6.2
Original comment by rin...@gmail.com
on 16 Dec 2011 at 10:52
Original issue reported on code.google.com by
rin...@gmail.com
on 16 Dec 2011 at 7:42