I cannot open the substance_painter module in blender
import substance_painter.project as sp_project
Open a Substance Painter project
project = sp_project.load_project('path/to/project.spp')
My Blender is installed in default directory aka C:/Program files .... My Adobe Substance Painter is installed in F:/Adobe/Adobe Substance 3D Painter/Adobe Substance 3D Painter.exe
Other than this there is no difference from default, I tried to run the example code given, but it shows error 
I want to be able to import this module so I can work on the code, thank you, if any of you can help .