km wrote: > Hi all, > > Is there a way to update python 2.6.1 to 2.6.2 using easy_install ?
No, easy_install installs Python packages. It doesn't upgrade Python itself. If this is Windows, just install the newer Python version. No need to uninstall the 2.6.1 first. If this is some Unix variant, hopefully they will provide updated Python packages soon. -- Gerhard -- http://mail.python.org/mailman/listinfo/python-list