Obtener el directorio de la ruta del programa

import os
os.path.dirname(os.path.abspath(__file__))
Proud Polecat