我试图通过键入以下命令在vs代码上运行一个python文件"exe.py“:python3: can't open file '/Users/exercise/my-python-app/myenv/.exe.py':[Errno 2] No such file or directory
不知道为什么不能工作,因为我已经安装了python
我有一个名为Ringbell.py的文件和一个名为bell.mp3的mp3。前者有一行是这样写的:subprocess.call(['cvlc','bell.mp3']) I also have one with full paths当我不使用PyInstaller时,它工作得很好,当我首先使用PyInstaller,然后删除bell.mp3 (假设它已经嵌入到py.exe文件<e