Ask Your Question
0

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

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

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 -0600

jconto gravatar image

updated 2024-10-10 10:46:15 -0600

Latest PSSe34 allows use of Python 3.9. Check the post "Python 3.7 w/ PSSE 34" for PSSe v.34 + python 3.7.

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 
subfolder psspy39 - to be used with python 3.9
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 -0600

Seen: 843 times

Last updated: Oct 10