Difficulty in easy_install

S

sankalp srivastava

I am having difficulty in easy_installing
I use a proxy server and strange errors , like it can't fetch the
package is showing up .
the package is pyspeech ...please help me :(

I don't know if the proxy server is causing the problems , in linux i
would have import http-proxy in .bashrc
but am not a windows expert
can anyone help me plz
 
D

Diez B. Roggisch

sankalp srivastava said:
I am having difficulty in easy_installing
I use a proxy server and strange errors , like it can't fetch the
package is showing up .
the package is pyspeech ...please help me :(

I don't know if the proxy server is causing the problems , in linux i
would have import http-proxy in .bashrc
but am not a windows expert
can anyone help me plz

Please show us the full output of easy-install. And can you install
other packages?

Diez
 
J

John Nagle

I am having difficulty in easy_installing
I use a proxy server and strange errors , like it can't fetch the
package is showing up .
the package is pyspeech ...please help me :(

I don't know if the proxy server is causing the problems , in linux i
would have import http-proxy in .bashrc
but am not a windows expert
can anyone help me plz

That's about typical. "easy_install" isn't "easy". It has some
built-in assumptions about where various files are stored, and if
the installation doesn't match them, installs fail with obscure
error messages.

"egg" files are really just "zip" files. It's sometimes
necessary to unpack them, and run "python setup.py".

John Nagle
 
D

Diez B. Roggisch

John Nagle said:
That's about typical. "easy_install" isn't "easy". It has some
built-in assumptions about where various files are stored, and if
the installation doesn't match them, installs fail with obscure
error messages.

I've been using easy_install and eggs for years, and at least since the
advent ogf virtualenve they haven't given me any troubles whatsoever.

So I guess it's an OSI layer 8 issue.

Diez
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,169
Messages
2,570,919
Members
47,460
Latest member
eibafima

Latest Threads

Top