site-packages, unzipepd there but import fails

Diez B. Roggisch deets at nospam.web.de
Thu Jul 3 12:01:15 EDT 2008


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



More information about the Python-list mailing list