Installation Problem

Yet another python 2.3+ feature. Just remove dir=p and

    > it should work fine.

Charlie, if you fix the extension code problem, could you also put
this in a conditional as well? I think mpl is 99% python2.2
compliant. No reason to lose this if it is just one or two simple
fixes.

You can get the version info with:

major, minor1, minor2, s, tmp = sys.version_info

Thanks,
JDH

I would need to get the version info in C, not python. Haven't messed
with c api too much, so will have to look into it.

···

On 1/17/06, John Hunter <jdhunter@...4...> wrote:

    > Yet another python 2.3+ feature. Just remove dir=p and
    > it should work fine.

Charlie, if you fix the extension code problem, could you also put
this in a conditional as well? I think mpl is 99% python2.2
compliant. No reason to lose this if it is just one or two simple
fixes.

You can get the version info with:

major, minor1, minor2, s, tmp = sys.version_info