WxPython 与 Eclipse
我已经安装了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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试将 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