On 3 juil, 18:51, defn noob <[EMAIL PROTECTED]> wrote: > well the reason i unzipped and placed it in site-packages was because > nothign happened when i ran setup.py(unzipped).
What do you mean, "running setup.py unzipped" ??? The correct way to install a package is to: - unzip (untar, whatever) the archive somewhere in your own directory - cd to the unzipped directory - *from there*, run python setup.py install -- http://mail.python.org/mailman/listinfo/python-list