Please, try to run python console in windbg. Try type !pycmd .
Then type commands:
Then type commands:
__version__ ( to see pykd version )
import sys
sys.path (to see your python paths )
Pykd likes look through 'sys.path' list. May be your path variable has something bad for pykd. For the next version we have reworked search script procedure.