pchuan98 / py2exe

py2exe by using python3.dll.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

py2exe

py2exe by using python3.dll.

脑子抽抽了用LoadLibrary去调用pythonx.dll了,重写。

TODO LIST :

  • Start a separate thread to call pythonxx.dll
  • ...........
  • studio cannot be used after using AttachConsole

cmd.exe is a application so freopen("CONIN$", "r+t", stdin); after using AttachConsole is not completely valid!In addition, another reason for the input problem is that cmd.exe does not know if it needs to wait. (WinMainCRTStartup) Can see c++ - Console showing when running winapi program - Stack Overflow

About

py2exe by using python3.dll.

License:MIT License


Languages

Language:C++ 92.7%Language:C 6.6%Language:Python 0.7%