Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

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

Open
emiel opened this issue Sep 6, 2012 · 1 comment
Open

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

emiel opened this issue Sep 6, 2012 · 1 comment

Comments

@emiel
Copy link

emiel commented Sep 6, 2012

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?

@markokr
Copy link
Collaborator

markokr commented Sep 6, 2012

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants