Ask Your Question
0

Environment manager is using win32 Python

asked 2023-03-11 00:53:42 -0500

anonymous user

Anonymous

updated 2023-03-11 02:47:39 -0500

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

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2023-03-13 14:05:56 -0500

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

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: 2023-03-11 00:53:42 -0500

Seen: 410 times

Last updated: Mar 13 '23