On Sun, Aug 1, 2010 at 2:55 AM, Jack Uretsky <j...@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.
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to