Re: [Cython] setup.py refusing to run cython

2011-06-14 Thread Robert Bradshaw
On Tue, Jun 14, 2011 at 12:39 PM, Lisandro Dalcin wrote: > On 14 June 2011 16:20, Nathaniel Smith wrote: >> Hello Cython folks, >> >> This message (see below) is the second report I've gotten of a very >> strange build problem with a cython module. I'm just using the >> standard 'from Cython.Dist

Re: [Cython] setup.py refusing to run cython

2011-06-14 Thread Lisandro Dalcin
On 14 June 2011 16:20, Nathaniel Smith wrote: > Hello Cython folks, > > This message (see below) is the second report I've gotten of a very > strange build problem with a cython module. I'm just using the > standard 'from Cython.Distutils import build_ext', 'cmdclass = > {"build_ext": build_ext}'