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

2011-06-15 Thread Nathaniel Smith
On Wed, Jun 15, 2011 at 12:18 AM, Stefan Behnel wrote: > Lisandro Dalcin, 14.06.2011 21:39: >> >> 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'

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

2011-06-15 Thread Stefan Behnel
Lisandro Dalcin, 14.06.2011 21:39: 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 =

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}'