I ran into an error using capsules while running using Python 2.6 oh rhel6, the question is, how far back do we want to go in terms of supporting Python versions?
Error message:
import getdns
Traceback (most recent call last):
File "", line 1, in
ImportError: ./getdns.so: undefined symbol: PyCapsule_New
Thanks!
Gowri