Pythonwin?

Mark Hammond mhammond at skippinet.com.au
Wed Apr 19 22:20:48 EDT 2000


"A[r]TA" <arta at x-stream.nl> wrote in message
news:eMz2Nmiq$GA.73 at net025s...
> Hello,
> down here,
> it doesn't shows a Window or something and I don't get an error.
>
>     window.Wnd()

You have created a Window object, but not the Window.  You need something
like:

w = window.Wnd()
w.CreateWindow(...)

It is simpler to start with a dialog - d=win32ui.CreateFileDialog();
d.DoModal()

You are really going to need to go through an MFC tutorial or book before
you can make heads or tails of Pythonwin from that level...

Mark.






More information about the Python-list mailing list