Closed GoogleCodeExporter closed 9 years ago
Correction: 8. Is the operating system 64 bit?
No, The OS is 32 bit.
Original comment by kay.wan...@gmail.com
on 6 Feb 2014 at 4:13
I'm sorry according to Wikipedia windows 2000 server was discontinued in 2010.
The best workaround I can suggest (except upgrading to a supported OS) is to
keep using 2.7.5.2.
Original comment by grizzly.nyo
on 8 Feb 2014 at 9:04
I have a similar, perhaps exactly the same, problem.
I use iPython and have recently installed Python(x,y)-2.7.5.2
My answers to the questions you asked of kay.wan are the same, except that my
os is windows 7 64bit.
In ipython notebook, I get:::
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-2-648ddf911117> in <module>()
----> 1 import numpy as np
2 import scipy as sp
3 import time
4 import csv
5 import matplotlib.pyplot as plt
C:\Python27\lib\site-packages\numpy\__init__.py in <module>()
151 return loader(*packages, **options)
152
--> 153 from . import add_newdocs
154 __all__ = ['add_newdocs', 'ModuleDeprecationWarning']
155
C:\Python27\lib\site-packages\numpy\add_newdocs.py in <module>()
11 from __future__ import division, absolute_import, print_function
12
---> 13 from numpy.lib import add_newdoc
14 from numpy.lib import scimath as emath
15
C:\Python27\lib\site-packages\numpy\lib\__init__.py in <module>()
15 from .ufunclike import *
16
---> 17 from . import scimath as emath
18 from .polynomial import *
19 #import convertcode
ImportError: cannot import name scimath
Original comment by lewis.jo...@gmail.com
on 13 Feb 2014 at 3:09
I installed an old version 2.7.2.0, all is okay.
Original comment by kay.wan...@gmail.com
on 13 Feb 2014 at 3:28
Original issue reported on code.google.com by
kay.wan...@gmail.com
on 6 Feb 2014 at 3:19