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
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
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()
#
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
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