Comment 4 for bug 1028396

Revision history for this message
Xinkai Chen (yeled-nova) wrote :

I have found that my using setcap on python interpreter to grant python permission to bind ports under 1024 is causing the problem. Using 'setcap cap_net_bind_service=+ep /usr/bin/python2.7' prevents python to import C extensions correctly.