[Python.NET] no module named CLR after install with existing python

Barton barton at BCDesignsWell.com
Sun Apr 29 19:32:25 CEST 2012


First try
import clr  ## small letters, but the deprecated CLR should still work.

There is no actual "install" operation at this point.
When you are starting out, the easiest thing is to do on Windows is put 
the Python.Runtime.dll and associated files right into your python 
install folder
(say C:\Python26, or where ever python happens to be installed).


On 4/28/2012 5:36 PM, Zhang Fan wrote:
> hi, I try to install python for .net with existing python on windows, 
> but after that, it said "no module named CLR" when I import CLR. Can 
> anyone help me?
>
>
>
> _________________________________________________
> Python.NET mailing list - PythonDotNet at python.org
> http://mail.python.org/mailman/listinfo/pythondotnet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythondotnet/attachments/20120429/f853a960/attachment.html>


More information about the PythonDotNet mailing list