0

ImportError: DLL load failed: %1 is not a valid Win32 application

I had installed PyCharm (an IDE) to work on python scripts. I set the project interpreter of PyCharm to Anaconda since it has a large number of available python libraries.

When I run PSSE from PyCharm the following error occured:

import psspy ImportError: DLL load failed: %1 is not a valid Win32 application

When I changed project interpreter of PyCharm to Python 27, it worked very well with no errors.

Question: Is there something I need to install in PyCharm or Anaconda to run my codes smoothly?

lmcqueen's avatar
76
lmcqueen
asked 2017-02-23 04:31:00 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

PSSE requires 32 bit python. You are probably using 64 bit python.

Jack's avatar
11
Jack
answered 2017-04-24 22:28:06 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer