adirschlezinger / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

ImportError: No module named multiarray #689

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If relevant, please answer to the following questions:
1. What version of Python(x,y) have you installed?
2.7.5.1, on top of 2.7.5.0

2. Which components have you installed (Python(x,y) installer:
componentpage):
Custom (all) installed, plugins was not selectable

3. Have you selected the option "Customize installation directories"?
b. No

5. Where did you install Python(x,y) itself?
a. default path

6. Have you installed Python(x,y):
    b. For "All users"

7. What is your operating system?
c. Windows 7

8. Is the operating system 64 bit?
a. Yes

9. When you installed Python(x,y), were you logged in as :
Not sure, roaming profile with central permission setting. Installation was 
succesfull and desktop icon shows up when another user logs in.

10. If you are using Windows Vista/7, have you installed Python(x,y):
a. simply by double-clicking on the installer

11. Regarding installed software on your machine, how did you clean your
machine before installing Python(x,y)  (multiple answers are possible):
a. you didn't do anything, you installed Python(x,y) directly on your
machine without precaution

What steps will reproduce the problem?
1. Start IPython or Spyder, the console will show the following:
"""
Python 2.7.5 (default, May 15 2013, 22:43:36) [MSC v.1500 32 bit (Intel)] on 
win32
Type "help", "copyright", "credits" or "license" for more information.
Traceback (most recent call last):
  File "C:\Python27\lib\site-packages\spyderlib\scientific_startup.py", line 16, in <module>
    from pylab import *  #analysis:ignore
  File "C:\Python27\lib\site-packages\pylab.py", line 1, in <module>
    from matplotlib.pylab import *
  File "C:\Python27\lib\site-packages\matplotlib\__init__.py", line 144, in <module>
    from matplotlib.cbook import is_string_like
  File "C:\Python27\lib\site-packages\matplotlib\cbook.py", line 28, in <module>
    import numpy as np
  File "C:\Python27\lib\site-packages\numpy\__init__.py", line 137, in <module>
    import add_newdocs
  File "C:\Python27\lib\site-packages\numpy\add_newdocs.py", line 9, in <module>
    from numpy.lib import add_newdoc
  File "C:\Python27\lib\site-packages\numpy\lib\__init__.py", line 4, in <module>
    from type_check import *
  File "C:\Python27\lib\site-packages\numpy\lib\type_check.py", line 8, in <module>
    import numpy.core.numeric as _nx
  File "C:\Python27\lib\site-packages\numpy\core\__init__.py", line 5, in <module>
    import multiarray
ImportError: No module named multiarray
>>> 
"""

Original issue reported on code.google.com by jas...@jpmg.nl on 7 Oct 2013 at 4:03

GoogleCodeExporter commented 9 years ago
Ok never mind. I did a complete uninstall and removed the Python27 folder (had 
some additional packages through pip). Reinstalled using the 'Full' selection 
and standard options. Spyder now starts without an error message in the 
console. 

So, fixed!

Original comment by jas...@jpmg.nl on 7 Oct 2013 at 4:21

GoogleCodeExporter commented 9 years ago

Original comment by grizzly.nyo on 10 Oct 2013 at 9:54