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