adirschlezinger / pythonxy

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

Error running Python with import of NumPy #658

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.3

2. Which components have you installed (Python(x,y) installer:
componentpage):
    a. Have you selected the "Recommended" component selection?
    b. Have you selected the "Full" component selection? Yes
c. Have you selected manually plugins in the component list?
Whatplugins? Whatever is defaulted

3. Have you selected the option "Customize installation directories"?
a. Yes
b. No
No
4. If the answer to 3. is yes, what installation directories have you
chosen?

5. Where did you install Python(x,y) itself?
a. default path
    b. custom path, which one? C:\Python275

6. Have you installed Python(x,y):
    a. For "Current user only"
    b. For "All users" - Yes

7. What is your operating system?
a. Windows XP
    b. Windows Vista - Yes
c. Windows 7
d. Windows 8

8. Is the operating system 64 bit?
    a. Yes <-
b. No

9. When you installed Python(x,y), were you logged in as :
a. a regular user
    b. an administrator of the machine <-

10. If you are using Windows Vista/7, have you installed Python(x,y):
    a. simply by double-clicking on the installer <-
    b. by right-clicking on the installer and selecting "Run as an
administrator"

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 <-
b. you uninstalled any previous Python distribution (including the
official .msi)
c. you cleaned the Windows registry by removing all Python-related keys
d. you cleaned the environment variables by removing all deprecated
entries

What steps will reproduce the problem?
1. Try to run a Python script inside Eclipse with "from numpy import *"
2.
3.

What is the expected output? What do you see instead?
I thought the script would run. Instead I see:

  File "C:\python275\lib\site-packages\numpy\core\__init__.py", line 5, in <module>
    import multiarray
ImportError: DLL load failed: %1 is not a valid Win32 application.

Please provide any additional information below.

Original issue reported on code.google.com by joe13...@comcast.net on 18 May 2013 at 3:52

GoogleCodeExporter commented 9 years ago
Does it fail from within IPython? or Spyder?

Eclipse is no longer bundled in Python(x,y) - The above executed on my system 
using Eclipse Juno.

Do you have multiple Python interpreters installed?

Original comment by grizzly.nyo on 22 May 2013 at 8:05

GoogleCodeExporter commented 9 years ago

Original comment by grizzly.nyo on 28 May 2013 at 1:17