Ask Your Question
0

Cannot import psse34 in python 3.9 (or any other version of python)

asked 2021-01-30 11:27:25 -0500

Nitin Kumar gravatar image

'import psse34' in python 3.9 gives the following error:

ModuleNotFoundError: No module named 'psse34'

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2021-01-30 14:51:21 -0500

jconto gravatar image

Python 3.9 cannot be used with PSSe34.

Check the post "Python 3.7 w/ PSSE 34" for more information. The module "psse34" when imported, sets paths to access PSSe python modules like psspy, dyntools, located in subfolders within the PSSe installation folder:

subfolder psspy27 - to be used with python 2.7
subfolder psspy34 - to be used with python 3.4 
subfolder psspy37 - to be used with python 3.7
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: 2021-01-30 11:27:25 -0500

Seen: 590 times

Last updated: Jan 30 '21