Python/Eclipse/wxPython -- CallAfter undefined variable? callAfter is as well -- confused -
i'm using eclipse luna , latest pydev it. have wxpython 3.0 installed. first, import wx , tried in console print version, perfect, import wx.lib.pubsub -- says unresolved. try other variations, no dice, have go properties of project , add wx manually, worked.
second, callafter calls underlined red, undefined variable import. know callafter used it, tried too, tries autocomplete -- underlines it. know in 3.0, callafter capitalized. if wasn't, eclipse tries autocomplete old version , says it's still bad.
i've never seen before, i'm confused. know i'm doign incorrectly?
edit: weirder -- use console inside pydev eclipse, autocompletes normal callafter , doesn't throw errors.
i figured out on own. deleted wx , wxpython forced builtins , loaded wx external library. worked fine after that.
Comments
Post a Comment