skytools-legacy icon indicating copy to clipboard operation
skytools-legacy copied to clipboard

londiste3 can not load dispatch handler under python 2.4 (RHEL5)

Open emiel opened this issue 13 years ago • 1 comments

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?

emiel avatar Sep 06 '12 15:09 emiel

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.

markokr avatar Sep 06 '12 19:09 markokr