This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我正在编写一些旨在在 Windows 机器上运行的代码,我想利用 Windows 特定模块,例如 Pywin32 或 Pythoncom。但是,我目前使用 OS X 作为我的主要开发平台,并且不能仅仅 pip install 这些软件包,因为它们显然是要安装在 Windows 机器上的。有没有办法可以导入这些模块并对其进行编码(类似于我可以使用 ctypes 与 DLL 交互的方式)?