
January 28th, 2010, 01:57 PM
|
|
Contributing User
|
|
Join Date: Aug 2004
Posts: 105
 
Time spent in forums: 19 h 36 sec
Reputation Power: 9
|
|
|
WxPython in Eclipse (PyDev)
Not entirely sure I should be asking this here so feel free to bite my head off if this is a faux pas.
But basically I'm using PyDev in Eclipse and recently installed the wxPython libraries - it imports fine using IDLE, etc, and when I run a Python program using wxPython it runs fine - but one little thing really bugs me. For some reason, despite making sure that wx and wxPython are in the 'Forced Builtins' section of the PyDev preferences, PyDev refuses to recognise any of the things I do with wx:
Code:
Undefined variable from import: Frame
And the like are the messages - all I see is little X's and squiggly red underlines, so you can imagine how irritating this is.
Has anyone encountered this problem with PyDev & wxPython before, and/or know how to fix it? Last time I had the problem, it was due to the Forced Builtins not being properly set up but I can't see how that is the problem this time.
|