wxPython 在 THIThemeTextInfoPublic::GetOptions() const + 处随机崩溃9

发布于 2024-11-08 11:19:49 字数 280 浏览 0 评论 0 原文

我正在为一个大学项目编写一个应用程序,大约 5 分钟后它就崩溃了。

我使用的是运行 Snow Leopard、python 2.6 和 wxPython 2.8.12 的 MacBook Pro,根据崩溃日志,我使用的是 libwx_macud-2.8.0.dylib,我不是C 或 C++ 程序员,这让我很生气。崩溃日志的副本可在 http://pastebin.ca/2063975 获取

I'm writing an application for a uni project, and after about 5 minutes it just crashes.

I'm on a MacBook Pro running Snow Leopard, with python 2.6, and wxPython 2.8.12, and according to the crash log i am using libwx_macud-2.8.0.dylib, I'm not a C or a C++ programmer and it is infuriating me. The copy of the crash log is avaliable at http://pastebin.ca/2063975

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

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

发布评论

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

评论(1

情深缘浅 2024-11-15 11:19:49

从崩溃日志来看,您似乎正在使用 OS X 的系统 python。我相信这默认为 64 位,基于此 SO 答案< /a>,这篇博客文章,以及 wxPython 下载网站,其中指出:

由于它们使用 Carbon API,因此仅限于在 32 位模式下运行。

我建议从 python-2.6.6-macosx10.3.dmg “nofollow noreferrer”>python.org

From the crash log, it appears that you are using OS X's system python. I believe this defaults to 64-bit, which isn't compatible with wxPython based on this SO answer, this blog post, and from the wxPython download website, which states:

Since they use the Carbon API they are limited to running in 32-bit mode.

I'd recommend installing python-2.6.6-macosx10.3.dmg from python.org.

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