First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
0

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

asked Jan 30 '1

Nitin Kumar gravatar image

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

ModuleNotFoundError: No module named 'psse34'

1 answer

Sort by » oldest newest most voted
0

answered Jan 30 '1

jconto gravatar image

updated Oct 10 '4

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
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: Jan 30 '1

Seen: 916 times

Last updated: Oct 10 '24