How do I find the location of my site-packages directory?
from distutils.sysconfig import get_python_lib print get_python_lib()