Problem compiling JCC

2009-10-27 Thread Manolo Padron Martinez
Hi: I'm trying to compile JCC and I think I found a bug in setup.py on line 115 it checks with_setuptools againts '0.6c7'. I have '0.6c11' so always fails (and It should not). Regards from Canary Islands Manuel Padrón Martínez

Re: Problem compiling JCC

2009-10-27 Thread Andi Vajda
On Tue, 27 Oct 2009, Manolo Padron Martinez wrote: I'm trying to compile JCC and I think I found a bug in setup.py on line 115 it checks with_setuptools againts '0.6c7'. I have '0.6c11' so always fails (and It should not). Indeed, the version checking code in there is bogus. But that version

Re: Problem compiling JCC

2009-10-27 Thread Andi Vajda
On Tue, 27 Oct 2009, Andi Vajda wrote: On Tue, 27 Oct 2009, Manolo Padron Martinez wrote: I'm trying to compile JCC and I think I found a bug in setup.py on line 115 it checks with_setuptools againts '0.6c7'. I have '0.6c11' so always fails (and It should not). Indeed, the version checking