From: Kevin A. <al...@se...> - 2001-08-18 19:31:16
|
> -----Original Message----- > From: pyt...@li... > [mailto:pyt...@li...]On Behalf Of Song > > Hi > I'm starting to study the wxPython for GUI. > Recently I've known the PythonCard. > What is the differences with the PythonCard and wxPython? > And is it possible to be replaced with the wxPython? > I'm confusing what the GUI tool is better. The PythonCard prototype sits on top of wxPython, so if you use PythonCard you will be using wxPython, though you don't have to use wxPython directly. Using wxPython directly without PythonCard will give you more flexibility, but will require much more work on your part to do simple applications. ka |