I am getting a segmentation fault with:
print pbkdf2.pbkdf2_hex('asdfcasdfc','asdfasd',99999,20)
The commented out test from the RFC also seg faults:
print pbkdf2.pbkdf2_hex('password', 'salt', 16777216, 20)
If you are interested I put a gdb backtrace on:
https://gist.github.com/2924570