wxPython woes

km km at mrna.tn.nic.in
Tue Jun 29 11:20:19 EDT 2004


Hi all,

So does it mean that access will be much faster when PyGTK or PyQT are used instead of wxPython as one can see one layer additionallyunder *nix? 

regards,
KM
------------------------------------------------------------------------------
> The difference is the number of layers on the different platforms:
> 
> Under Un*x:
>   wxPython --> wxWidgets --> GTK --> Xlib
>    -- or --
>   PyGTK --> GTK --> Xlib
>    -- or --
>   PyQt --> Qt --> Xlib
> 
> Under Windows:
>   wxPython --> wxWidgets --> Native Windows Controls
>    -- or --
>   PyGTK --> GTK --> Wimp --> Native Windows Controls
> 
> Reinhold
> 
> -- 
> Wenn eine Linuxdistribution so wenig brauchbare Software wie Windows
> mitbrächte, wäre das bedauerlich.  Was bei Windows der Umfang eines
> "kompletten Betriebssystems" ist, nennt man bei Linux eine Rescuedisk.
>   -- David Kastrup in de.comp.os.unix.linux.misc
> -- 
> http://mail.python.org/mailman/listinfo/python-list

-- 





More information about the Python-list mailing list