如何在 windows 10 上使用 VirtualEnv 安装 python 3.7 32 位

How to install python 3.7 32Bit with VirtualEnv on windows 10

如何在 windows 10 上使用 VirtualEnv 安装 python 环境 3.7 32 位版本?

我需要用ctypes加载一个32位的DLL

from ctypes import *

WinDLL("ProfitDLL")

OSError: [WinError 193]% 1 is not a valid Win32 application

我相信我机器上安装的是 python 版本的体系结构 python 64Bit

有人能帮忙吗?

感谢您的帮助和关注。

谢谢。

我能够在我的 Windows 系统上安装一个单独的 23 位版本的 Python。