In article <[email protected]>, Irmen de Jong <[email protected]> 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, [email protected] _______________________________________________ Pythonmac-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG
