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.
我想通过 Py2app 创建 .app 应用程序,我通过终端在我的 mac os x lion 上安装了 Py2app 并复制“gtkapp.py”(我使用 PyGTK 的应用程序的名称)和“setup.py”但是当我运行setup.py 得到这个错误:
from setuptools import setup
和
ImportError: cannot import name setup
什么问题?
确保 py2app 二进制文件在您的路径中。解决此问题的一种简单方法是使用MacPorts安装 py2app。