try:
im = wx.Image(p)
except:
dlg = GMD.GenericMessageDialog(self,
_('Some error occured during opening the image %s') %p,
_('Error image open'),
GMD.GMD_USE_GRADIENTBUTTONS | wx.OK | wx.ICON_ERROR)
result = dlg.ShowModal()
dlg.Destroy()
wxPython image error
Код:
при передаче в p пути на не-рисунок вызывается и мой alert (как обработчик excepta) и стандартный alert.
Вопрос - как можно вырубить стандартный alert и оставить только мой?
wx.Image.CanRead(fileName)
Во блин, точно))) спасибо