Pythonwin - advise sought

Colin J. Williams cjw at connection.com
Thu Jun 10 07:41:28 EDT 1999


I am looking at Pythonwin as an alternative to Tk and would appreciate advice on
the following three questions.

The Pythonwin documentation points to MFC documents as a source of information.
The MSDN site has:

http://msdn.microsoft.com/library/devprods/vs6/vc++/vcmfc/_mfc_about_the_microsoft_foundation_classes.htm'''

Q1:  Are there better sources which can be recommended?

The code fragment below:

       code1= "win32ui.CreateFileDialog(1)"
       fd= eval(code)
       print(repr(fd))

     produces the result:

     object 'PyCFileDialog' - assoc is 007CC240, vf=False,
     notify=0,ch/u=0/0, mh=0,kh=0

Q2.  What do these various symbols and their values mean?

    type(fd) returns the type of the class.

Q3.  Is there some way that one can test that fd is an instance of some class,
any class?

Thanks for any help.

Colin W.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/19990610/527326e6/attachment.html>


More information about the Python-list mailing list