【问题标题】:How to install python 3.7 32Bit with VirtualEnv on windows 10如何在 Windows 10 上使用 VirtualEnv 安装 python 3.7 32Bit
【发布时间】:2020-08-11 22:39:06
【问题描述】:

如何在windows 10上安装带有VirtualEnv的python环境3.7 32Bit版本?

我需要使用 ctypes 来加载 32 位的 DLL

from ctypes import *

WinDLL("ProfitDLL")

OSError: [WinError 193]%1 不是有效的 Win32 应用程序

我相信是我机器上的python版本的架构安装了python 64Bit

有人可以帮忙吗?

感谢您的帮助和关注。

谢谢。

【问题讨论】:

    标签: python python-3.x virtualenv


    【解决方案1】:

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

    【讨论】:

      猜你喜欢
      • 2019-06-14
      • 2016-11-03
      • 1970-01-01
      • 1970-01-01
      • 2019-11-11
      • 2021-04-26
      相关资源
      最近更新 更多