我有一个问题:
我尝试使用py2app
编写自己的应用程序。我看了一个教程,他告诉我创建一个名为setup.py
的文件夹。要创建此文件夹,我必须编写:
py2applet --make-setup little_game.py
但是控制台告诉我command not found
...,所以我搜索了答案,发现了这一点:
sudo find / -name "py2applet" -type f
但这只是向我展示了一些类似的东西:
find: /Library/Application Support/com.apple.TCC: Operation not permitted
find: /System/Library/Templates/Data/Library/Application Support/com.apple.TCC: Operation not permitted
...
最后:
find: /dev/fd/3: Not a directory
find: /dev/fd/4: Not a directory
所以现在我不知道该怎么办...希望您能帮助我:)