Import module - intellisense

Hi there

This is my first time playing around with dynamo and python, and I stumbled apon a couple of questions.

Is there a way to get the intellisense working when importing modules like os.py? And is it true that I have to append ‘C:\Python27\Lib’ to sys? Is this the right way to do so?

import sys
sys.path.append(‘C:\Python27\Lib’)
import os

 

Thanks very much in advance

Henrik