> /usr/bin/cython has a #!/usr/bin/python2.6 shebang (consequently, cython > depends on python2.6).
The source script has the correct, unversioned, shebang but it is replaced by distutils during build time. A potential fix is making python-distutils.mk in cdbs add the option "--executable=<path to unversioned python>" to the build step when using the unversioned interpreter. -- Lauro Moura INdT - Instituto Nokia de Tecnologia -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

