Re: [Python.NET] How to install .net-awareness into existing windows

2011-10-29 Thread Max Slimmer
I had tried this and did so again, it makes no difference. My observation indicates that Python.Runtime.dll is used when running from mono I may be wrong there. import of clr returns error indicating initclr is missing, my understanding is this should be in the module and is needed for c extentions

Re: [Python.NET] How to install .net-awareness into existing windows

2011-10-29 Thread 刘振海
Hi, you should copy both the clr.pyd and Python.Runtime.dll to the path which contents in sys.path like your current work directory and so on. Hope it will help Regards, Liu Zhenhai _ Python.NET mailing list - [email protected] http://mail.pyth

[Python.NET] How to install .net-awareness into existing windows python

2011-10-28 Thread Max Slimmer
I am running python 2.6 and would like to use python for .net. I have downloaded pythonnet-2.0-alpha2-136-py26.zip and then copied the clr.pdl to my python DLLs directory upon trying to "import clr" I get ImportError: dynamic module does not define init function (initclr). Ultimately I want to in