WxPython 与 Eclipse

发布于 2024-11-19 04:48:40 字数 228 浏览 3 评论 0原文

我已经安装了wxPython和Eclipse。 Pydev 的配置是在 Eclipse 中完成的。

导入 wx 包正常,但我无法使用任何 wx 引用。

例如,wx.App() 抛出错误消息“导入时未定义变量”。

有人可以帮我吗? 我是 wxpython 和 eclipse 的新手。

I have installed wxPython and Eclipse. Configuration of Pydev is done in Eclipse.

Importing the wx package is working, but I am unable to use any of wx references.

For example wx.App() is throwing the error message "Undefined variable from import".

Can any one please help me?
I am new to wxpython and eclipse.

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

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

发布评论

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

评论(1

2024-11-26 04:48:40

您是否尝试将 wxPython 添加到强制内置函数中?请参阅http://pydev.org/manual_101_interpreter.html#id1

Did you try adding wxPython to the forced builtins? See http://pydev.org/manual_101_interpreter.html#id1

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