[Image-SIG] that's enough

Sébastien Barthélemy barthelemy at crans.org
Sun Aug 1 09:25:20 CEST 2010


On Sun, Aug 1, 2010 at 2:55 AM, Jack Uretsky <jlu at hep.anl.gov> wrote:
>        Actually, I did in what I tried to run.  What I posted was a verbatim
> copy from your e-mail.
> But I'm getting an invalid syntax exception at a
> different place, as follows:
> _________________________________________
> import wx
>
> class PicWin(wx.Frame):
>        def __init__(self, parent, id):
>                wx.Frame.__init__(self, parent, id, "Window. Title",
> size=(200,200), pos
> =(50,50), style = wx.DEFAULT_FRAME_STYLE)
>                panel = wx.Panel(self, -1)
>                bmp = wx("a_4.jpg", wx.BITMAP_TYPE_ANY.ConvertToBitmap()

the left parenthesis is not closed.


More information about the Image-SIG mailing list