R6034 指的是:"An application has made an attempt to load the C runtime library incorrectly. Please contact the application's support team for more information". 网上的解决办法很多,但是比较乱,也没有介绍是在什么应用中发生的R6034问题. 今天给大家介绍一个,在运行Python时候遇到的R6034的解决办法. 方法转自 http:/…
今天用python调用ice接口,遇到如下提示 ImportError: No module named Ice 解决方案是 set PYTHONPATH=C:\Program Files\ZeroC\Ice-3.4.1\python 然后又提示 import IcePy ImportError: DLL load failed: The specified module could not be found. 在网上看到别人是如下配置即可 C:\> set PATH=C:\Python26;C…