This works:
root@host#/usr/bin/python26 script.py
Success
This results in an error:
user@host$/usr/bin/python26 script.py
ImportError: No module named OpenSSL
The users have identical PYTHONPATHs. Why does the 2nd user fail to import the module?