Can't add path to search path list
description
I'm trying to include a library known to work with the environment I've set, but I just can't find an easy way of adding it to my search path list. I've been checking with "print sys.path" and nothing was added.
I'm using CPython x86 2.7.3, Microsoft Visual Studio 2012.2 and OpenCV 2.4.4.
My error message is simply "module not found".