Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

no module named os

$
0
0

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?


Viewing all articles
Browse latest Browse all 1764

Trending Articles