我想使用python的winreg模块来处理windows注册表。但是当我尝试导入winreg模块时,它给出了ImportError。Python 2.4.3 (#1, Dec 11 2006, 11:39:03) Type "helpImportError: No module named _winreg
我需要单独安装这个模块吗?任何建议都会很有用。
我有一些用c++编写的代码,我试图在python中使用这些代码,而不需要再次重写python中的完整代码,并且我正在使用Pybind11来构建一个python模块。4)在Pybind11目录> VC++目录中添加了python解释器包含文件夹(C:/python 27/ include )和VC++(C:/Pybind1111/ include )
5)在Linker&