[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: wxPython in PyDev
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2013-01-05 01:24:32
|
The following forum message was posted by seraph021724 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3534308: I used 'from wx import Frame' instead of 'import wx' ,so I have to use Frame instead of wx.Frame. Although this way is not suggested, it works well. |