In article <4dbf3113.5050...@xs4all.nl>,
 Irmen de Jong <ir...@xs4all.nl> wrote:
> I still see a problem when you are not installing by hand, but with PIP or 
> easy_install.
> When you are installing a package with a weird setup script like gevent, 
> using PIP, you
> hit a barrier. Because I cannot tweak the setup.py script that PIP will be 
> running (and
> the --install-option of PIP didn't do what the setup.py script wanted, I 
> tried it but
> the setup.py didn't like it in any shape or form)

Try setting the options in the environment variables like CFLAGS and 
LDFLAGS, as I mentioned in my previous reply.  Then you shouldn't need 
to modify setup.py so you can easy_install or pip.

-- 
 Ned Deily,
 n...@acm.org

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to