Mac 上的 Titanium 桌面构建

发布于 2024-11-02 23:02:09 字数 652 浏览 0 评论 0原文

我正在尝试使用 tibuild.py 文件构建一个简单的桌面应用程序。这是我传递的命令:

tibuild.py -v -n -o osx -t bundle -a . -s -d ~/tmp  ~/src/test

当我运行此命令时,我收到一条错误消息:

File "/Users/seanoshea/eyefi/svn/manager/ti/build/titanium_desktop/sdk/app.py", line 4, in <module>
import effess
ImportError: No module named effess

我只是使用 Mac OS X 附带的库存 Python 版本:

seanosheas-macbook-pro-2:sdk seanoshea$ python --version
Python 2.6.1
seanosheas-macbook-pro-2:sdk seanoshea$ which python
/usr/bin/python
seanosheas-macbook-pro-2:sdk seanoshea$

我必须手动安装 Python 模块 effess ?

I'm trying to build a simple desktop application using the tibuild.py file. Here's the command I'm passing:

tibuild.py -v -n -o osx -t bundle -a . -s -d ~/tmp  ~/src/test

When I run this, I get an error saying:

File "/Users/seanoshea/eyefi/svn/manager/ti/build/titanium_desktop/sdk/app.py", line 4, in <module>
import effess
ImportError: No module named effess

I'm just using the stock Python version which comes with Mac OS X:

seanosheas-macbook-pro-2:sdk seanoshea$ python --version
Python 2.6.1
seanosheas-macbook-pro-2:sdk seanoshea$ which python
/usr/bin/python
seanosheas-macbook-pro-2:sdk seanoshea$

Do I have to manually install the Python module effess?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

牵你手 2024-11-09 23:02:09

事实证明,我缺少一个名为 Kroll 的构建工件。 effess.py 包含在该包中,您只需将其弹出到与 tibuild.py 文件相同的目录中

It turns out that I was missing a build artefact called Kroll. effess.py is included in that package, and you just need to pop it in the same directory as the tibuild.py file

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文