Ask Your Question
0

Environment manager is using win32 Python

asked Mar 11 '3

anonymous user

Anonymous

updated Mar 11 '3

How to change the env manager to use Python X64? Mine is showing in the env manager software title Environment Manager V9.2, Python 3.9.0 X86. I want to use Pthon X64? How to change it?

I fixed the 64X bit now it is working but installing only a 64 bit version. How can I make PSS/E 34 sees it?

Traceback (most recent call last): File "C:\Program Files (x86)\PTI\PSSE34\PSSBIN\cload4.py", line 54, in <module> import psseenvmanager ImportError: No module named psseenvmanager

1 answer

Sort by ยป oldest newest most voted
0

answered Mar 13 '3

jconto gravatar image

Read the post "import psse to python". PSSe 34 is a 32-bit application so it cannot use python 64-bit versions, only 32-bit python versions like 2.7, 3.4, 3.7, 3.9 (other 32-bit versions cannot be used) This fact also affect the compilation process (cload.py should run as a 32-bit run).

To effectively use python 64-bit with PSSe, use v.35

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: Mar 11 '3

Seen: 485 times

Last updated: Mar 13 '23