Assuming that your VB application was written using Microsoft Foundation Classes, the simplest port would probably use the built-in MFC framework in pywin32, rather than any of the other GUI packages. There is a brief writeup in Mark Hammond's book (page 400). The modules are win32ui and pywin.mfc .
On 10/2/07, Tim Roberts <[EMAIL PROTECTED]> wrote: > > Dajani, Samer (PPC) wrote: > > Hi everyone, > > > > I am working on a project to port a VB 6.0 rich GUI application to > python, and was wondering if there is a developer kit available to generate > rich GUI and also if there are data connectors available to an oracle > client. > > > > There are many choices: tkinter, wxPython and Qt are the three that > come to mind first. I prefer wxPython, but the choice of GUI is really > a matter of personal preference. > > There are also several choices for an Oracle connection. ODBC and ADODB > will work. cx_Oracle is a Python DBAPI-compliant extension specifically > for Oracle. There's even http://www.ioug.org/python.pdf, which gives a > couple of quick examples. > > (My apologies to Samar for sending a blank reply initially; it's too > easy to press Ctrl-Enter when I intend to press Enter...) > > -- > Tim Roberts, [EMAIL PROTECTED] > Providenza & Boekelheide, Inc. > > _______________________________________________ > python-win32 mailing list > python-win32@python.org > http://mail.python.org/mailman/listinfo/python-win32 >
_______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32