skytools-legacy
skytools-legacy copied to clipboard
londiste3 can not load dispatch handler under python 2.4 (RHEL5)
The londiste3 dispatch handler can not be loaded because the handler makes use of functools.partial which was introduced in 2.5. Unfortunately we're still on RHEL5 here which is still on python 2.4. Note that I'm not using this handler but I do get warned continually.
What is the lowest version of python supported for londiste3?
2.5 i think.
It seems non-trivial to get that logic to work on 2.4, but as you dont use it anyway, you can simply comment out the line in handlers/init.py i guess.
If that is only problem, maybe I can add check for it in main repo.