the "no module named os" error was generated when attemping to run the following python code from the SharpDevelop 4.3.1 IDE:
import clr
clr.AddReference("PresentationFramework")
clr.AddReference("PresentationCore")
clr.AddReference("windowsbase")
import os
......
any ideas on how to fix this problem?