defn noob wrote:

> i unzipped and put the folder in site-packages. when i run setup.py
> install nothing happens.

Don't do that. Remove it from there. Put it somewhere else (temp), and use

$ python setup.py install

Look into site-packages afterwards, and see if it got placed there.

Diez
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to