On 12 November 2012 14:05, David Anderson <
cantsp...@gmail.com> wrote:
> Hi
>
> Python noob with a problem installing
https://github.com/enthought/pyql
>
> Setup fails because cythonize doesn't seem to do anything. Removing the
> setuptools import makes cythonize run but then I can't call setup :\
>
> Versions:
>
> python 2.7.3
> cython==0.17.1
> distribute==0.6.30
> pandas==0.9.0
>
> Can anyone offer any guidance?
The issue is fixed. The problem was due to a mix between setuptools
and distribute on the same machine.
-- Didrik