Ask Your Question
0

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

asked 2017-02-23 04:31:00 -0500

ffl gravatar image

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?

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2017-04-24 22:28:06 -0500

Jack gravatar image

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

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2017-02-23 04:31:00 -0500

Seen: 3,624 times

Last updated: Apr 24 '17