wxPython 出现奇怪的错误,我该怎么办?

发布于 2024-11-19 14:32:39 字数 381 浏览 0 评论 0原文

(python:6006): Gtk-CRITICAL **: IA__gtk_widget_set_parent: assertion `GTK_IS_WIDGET     
(parent)' failed

(python:6006): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion `GTK_IS_WIDGET    
(widget)' failed

Command terminated

我根本不知道如何解决这个问题。我正在用 wxPython 构建一个前端 GUI,它在今天之前一直运行良好。我会发布我的源代码,但它很大,我不知道问题出在哪里。如果我能了解这个问题意味着什么,我也许能够找到相关的来源。提前致谢!

(python:6006): Gtk-CRITICAL **: IA__gtk_widget_set_parent: assertion `GTK_IS_WIDGET     
(parent)' failed

(python:6006): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion `GTK_IS_WIDGET    
(widget)' failed

Command terminated

I'm not sure how to approach this at all. I'm building a front end GUI in wxPython which has been running fine before today. I would post my source code, but it's large and I have no idea where the problem is. If I could get an idea of what this problem means I might be able to find the relevant source. Thanks in advance!

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

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

发布评论

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

评论(1

情愿 2024-11-26 14:32:39

如果它没有导致 wxPython 崩溃,那么您可能只安装了 wxPython 的调试版本。它可以让你看到类似的东西,但它们实际上不会伤害任何东西。至少,这是我从 wxPython 邮件列表上关于这个问题的几次对话中收集到的信息。

If it's not causing wxPython to crash, then you probably just have the debug version of wxPython installed. It lets you see stuff like that, but they don't actually hurt anything. At least, that was what I gathered from several conversations about this problem on the wxPython mailing list.

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