Running Python script from idle in Dynamo

Yesterday i had the same issue:

This was my fix:
image

This code basicly refers to the path where your .py file is

import sys
sys.path.append('C:\Program Files (x86)\IronPython 2.7\Lib')
3 Likes