Message377491
> File "c:\users\chris\appdata\local\programs\python\python38-32
> \lib\runpy.py", line 194, in _run_module_as_main
You have to use 64-bit Python in order to load a 64-bit DLL from the native "%SystemRoot%\System32" directory. The fact that the installation directory is "python38-32" implies that you're running 32-bit Python. In 64-bit Windows, a 32-bit program executes as a WOW64 process, for which "%SystemRoot%\System32" gets redirected to "%SystemRoot%\SysWOW64". |
|
| Date |
User |
Action |
Args |
| 2020-09-25 13:32:44 | eryksun | set | recipients:
+ eryksun, paul.moore, tim.golden, zach.ware, steve.dower, reilly.christopher |
| 2020-09-25 13:32:44 | eryksun | set | messageid: <1601040764.17.0.524594735538.issue41862@roundup.psfhosted.org> |
| 2020-09-25 13:32:44 | eryksun | link | issue41862 messages |
| 2020-09-25 13:32:44 | eryksun | create | |
|