py2exe: Compiled Python Windows Application won't run because of DLL

前端 未结 2 1147
被撕碎了的回忆
被撕碎了的回忆 2021-02-06 11:30

I will confess I\'m very new to Python and I don\'t really know what I\'m doing yet. Recently I created a very small Windows application using Python 2.6.2 and wxPython 2.8. And

2条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-06 12:13

    I believe installing Microsoft C++ Redistributable Package will install the DLL you need correctly.

提交回复
热议问题