MFC
Ken Seehof
kens at sightreader.com
Mon Feb 28 11:49:45 EST 2000
More information about the Python-list mailing list
Mon Feb 28 11:49:45 EST 2000
- Previous message (by thread): MFC
- Next message (by thread): Multi-argument append() is illegal
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
PythonWin is MFC wrapped in Python Go to http://www.python.org/download/download_windows.html Download Win32all (This gives you PythonWin) Another approach is to forget MFC and get wxPython instead wxPython is based on wxWindows which is similar to MFC but better (in my opinion) and is multi-platform, so your app will run on Linux, etc. too. Unless you have legacy MFC code, I highly recommend wxPython. Your application look and feel will be the same as with MFC. And it's easier to learn and has a great demo/tutorial that will get you up to speed in about 45 seconds. wxPython can be found at http://alldunn.com/wxPython Eric Kappotis wrote: > Is there anyway I can use Microsoft Foundation Classes to create a GUI with > python, if so how do I do it and what would be a good book to learn MFC? > > Eric Kappotis
- Previous message (by thread): MFC
- Next message (by thread): Multi-argument append() is illegal
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list