[Pydev-users] Debugging with PyDev

2010-03-07 Thread David Arnold
All, Here is a situation I find myself in frequently. The code throws no errors, but the GUI won't open. import wx class MenuExample(wx.Frame): def __init__(self, parent, id, title): wx.Frame.__init__(self, parent, id, title, size=(250, 200)) # this creates the menu

[Pydev-users] Popup Error occurs while typing

2010-03-07 Thread David Arnold
All, The following error keeps popping up while typing in Aptana Studio with latest pydev installed: http://msemac.redwoods.edu/~darnold/junk/pydev.tiff Any thoughts? David -- Download IntelĀ® Parallel Studio Eval Try t

Re: [Pydev-users] Debugging with PyDev

2010-03-07 Thread David Arnold
All, Here is a similar situation: import wx ID_STAT = 1 ID_TOOL = 2 class CheckMenuItem(wx.Frame): def __init__(self, parent, id, title): wx.Frame.__init__(self, parent, id, title, size=(350, 250)) # create a menubar menubar = wx.MenuBar() #

Re: [Pydev-users] Popup Error occurs while typing

2010-03-07 Thread Fabio Zadrozny
On Sun, Mar 7, 2010 at 5:14 PM, David Arnold wrote: > All, > > The following error keeps popping up while typing in Aptana Studio with > latest pydev installed: > > http://msemac.redwoods.edu/~darnold/junk/pydev.tiff > > Any thoughts? > Not really, do you have some error in your error log? If n

Re: [Pydev-users] Popup Error occurs while typing

2010-03-07 Thread David Arnold
Fabio, Both PyDev and Aptana are up-to-date. I found a lot of these in my Console log on my MacBook: 3/7/10 12:58:01 PM AptanaStudio[298] Error loading /Library/Contextual Menu Items/TI Connect X Menu Plugin.plugin/Contents/MacOS/TI Connect X Menu Plugin: dlopen(/Library/Contextu