Re: Compiling via setuptools

"Phillip J. Eby" <[email protected]> Mon, 22 Dec 2008 10:13:34 -0500
Newsgroups gmane.comp.python.pyrex
Message-ID <[email protected]>
At 08:51 AM 12/22/2008 +0000, [email protected] wrote:
>Then it's a Setuptools issuse because with the next options the system
>already has Pyrex:
>
>   setup_requires='Pyrex',
>   install_requires='Pyrex',

That's a good point; I suspect the problem is that setuptools is 
checking for Pyrex's presence before it's on sys.path.