sjones1025 0 Newbie Poster

Hi there,

I am fairly new to Python and have installed Python 2.6 and IronPython 2.6 for .net 4.. I am attempting to write my first script and can't get past my first line of code, which is just

import clr

I get the error ImportError: No module named clr

I have searched and searched the web and can not find a solution. I have .net 3.5 and .net 4.0 and have repaired both installs.

I also tried Python 2.7 and have the same issue. So is something not installed properly?

I also have c:\python26 and c:\program files\IronPython 2.6 for .NET 4.0 in my environment path.

I don't know what else this could be, any ideas?