Py2exe with Tkinter

后端 未结 4 1337
一生所求
一生所求 2021-01-14 03:05

I\'m trying to convert a basic tkinter GUI program to an .exe using py2exe. However I\'ve run into an error using the following conversion script.

# C:\\Pyth         


        
4条回答
  •  太阳男子
    2021-01-14 03:36

    With respect to MSVCR90.dll, see this post which packages it and maybe less preferable than having user install it separately.

    Also, the specific issue in that post was mine and i still don't understand root cause. That said, a complete uninstall python and clean rebuild worked great... maybe that is your issue too. py2exe gives RuntimeError: Too early to create image

提交回复
热议问题