In <[EMAIL PROTECTED]>, Marco wrote: > I wanta know why (Py)Qt has its own lib on socket/ sql/ openGL,etc ?
That's simply because Qt has these libraries. If you are programming in C++ this has the advantage that the application is platform independent if you write against the Qt APIs. As Python also has APIs for such things that work cross platform it might be better to use those, because you can separate GUI and logic better. It's hard to replace the Qt libraries with a Gtk, wxPython or web GUI if you still need Qt for networking or database access. Ciao, Marc 'BlackJack' Rintsch -- http://mail.python.org/mailman/listinfo/python-list