Ian Bicking <[EMAIL PROTECTED]> writes: > So, copying the distutils list: what's the best way to handle > setuptools installation on Python 2.6?
Install from a source dist? i.e., unpack it to a temporary location, 'python ./setup.py install', remove the temporary location. -- \ "If I melt dry ice, can I swim without getting wet?" -- Steven | `\ Wright | _o__) | Ben Finney _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
