Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个使用您的网络摄像头拍照的程序。
我使用了 Pygame 和 VideoCapture。这一切都可以作为.pyw文件正常工作,但是在使用 py2exe 编译后它就不起作用了。
.pyw
根据我的研究,错误来自尝试编译 VideoCapture 模块。请帮帮我!!!(Pyinstaller 也会出现同样的错误)
你试过用 cx_freeze 编译吗?
嘿伙计们,我终于可以使用 cx_freeze 制作一个可执行文件,该文件可以与相机一起使用,解决方案是您应该将 vidcapture.pyd 复制到包含您的程序的文件中
这张图片是我的文件,它有 vidcapture.pyd