Nick Coghlan <ncoghlan at gmail.com> wrote: >> How about including wxPython[1] and Wax[2] in the Py3k standard libs >> and getting rid of the TK gui stuff? >>>> Also, I think pywin32[3] should be included. Or is there already a >> way to use Windows COM objects in Python that I missed? >>>> PIL[4] would be great to have in the standard libs too. But that's >> probably asking too much ;) >>>> [1] http://www.wxpython.org >> [2] http://sourceforge.net/projects/waxgui >> [3] http://sourceforge.net/projects/pywin32 >> [4] http://www.pythonware.com/products/pil >> Since this is still well into the future, by the time Py3k rolls > around it might be possible to include the option of easy-installing > various packages from the Python installer. As usually said, this would be miss the *main* point of having a standard library: consistency across Python installations. Giovanni Bajo