Cita:  
					Iniciado por iozk  
  Traceback (most recent call last):
  File "C:\pnt.py", line 106, in ?
    SketchFrame(None, -1, "Sketch Frame",)
  File "C:\pnt.py", line 96, in __init__
    wx.Frame.__init__(self, parent, id, size=(800,600))
  File "C:\Python24\lib\site-packages\wx-2.6-msw-ansi\wx\_windows.py", line 484, in __init__
    newobj = _windows_.new_Frame(*args, **kwargs)
PyNoAppError: The wx.App object must be created first!
>>>
    No se si lo has solucionado pero tienes que cambiar un par de lineas
primero en la linea 105
app = wx.App(False)
y en las lines 99 y 100 hay que agregar self.
final mente en la 100
self.file.Append(2, '&File') 
con todo esto queda solucionado. 
