Re: site-packages, unzipepd there but import fails
- From: "bruno.desthuilliers@xxxxxxxxx" <bruno.desthuilliers@xxxxxxxxx>
- Date: Thu, 3 Jul 2008 11:06:56 -0700 (PDT)
On 3 juil, 18:51, defn noob <circularf...@xxxxxxxx> 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
.
- Follow-Ups:
- Re: site-packages, unzipepd there but import fails
- From: defn noob
- Re: site-packages, unzipepd there but import fails
- References:
- site-packages, unzipepd there but import fails
- From: defn noob
- Re: site-packages, unzipepd there but import fails
- From: Diez B. Roggisch
- Re: site-packages, unzipepd there but import fails
- From: defn noob
- site-packages, unzipepd there but import fails
- Prev by Date: imap4_SSL from behind a proxy server
- Next by Date: Instance Names
- Previous by thread: Re: site-packages, unzipepd there but import fails
- Next by thread: Re: site-packages, unzipepd there but import fails
- Index(es):
Relevant Pages
|