我正在按照教程http://www.py2exe.org/index.cgi/Tutorial找出如何使用py2exe。我得到了第3步,你都應該運行命令: python setup.py py2exe
我這樣做,然後我得到這個錯誤: 'python' is not recognized as an internal or external command,
operable program
我想在Python中製作COM DLL。但我嘗試註冊到編譯的DLL有一個錯誤消息「運行時錯誤r6034」和「無法加載python dll」這個問題的解決方案是什麼? mycode的: setup.py: # This is the distutils script for creating a Python-based com dll
# server using ctypes.com. Thi