【问题标题】:The application has failed to start because python33.dll was not found应用程序无法启动,因为没有找到 python33.dll
【发布时间】:2013-08-22 09:42:05
【问题描述】:

我正在使用 boost python 和 Visual Studio 2005 进行项目。当我调试一个简单的 hello world 示例时,会出现以下错误窗口。 应用程序无法启动,因为找不到 python33.dll。重新安装应用程序可能会解决此问题

有人可以告诉它在 Python 或 Windows 注册表上的错误。因为我重新安装了 Python,但错误仍然存​​在。

谢谢。

【问题讨论】:

    标签: python visual-studio-2005


    【解决方案1】:

    为了消除此错误,请通过以下方式为 Python 和 Boost Python 设置环境变量。

    1.右键单击项目并选择属性。

    2.在 Configuration Properties 中,选择 Debugging 并使用以下命令设置 Environment with Python 3 和 Boost Python 1_54

       **PATH=%PATH%;c:\python33;C:\boost_1_54_0\stage\lib**
    

    【讨论】:

      猜你喜欢
      • 2014-05-17
      • 1970-01-01
      • 2011-08-01
      • 2012-01-03
      • 1970-01-01
      • 1970-01-01
      • 2019-03-21
      • 2011-06-09
      • 1970-01-01
      相关资源
      最近更新 更多