It seems that the blender has its own python and libs. You can try to directly install your materials in a blender. The following directory works for me:...\Blender 2.63\2.63\scripts\modules
In addition, you can always hard copy links directly to your code using sys.path.append("...")
Read more about the modules installing here , read about the python setup.py install --home=<dir>materials
source
share