<div class="gmail_quote">Hi Brian,<br> <br>I want to use the existing code base in dot net dll and hence want to know how to call dot net from python.<br>I found this pythonnet very interesting.<br>I am currently facing the following issues:<br>
 <br>
1. I was not bale to find the pythonnet exe for windows python25. So downloaded the latest source code from <a href="http://sourceforge.net/project/showfiles.php?group_id=162464" target="_blank">http://sourceforge.net/project/showfiles.php?group_id=162464</a>. and built the soultion as explained at <a href="http://feihonghsu.blogspot.com/2008/02/installing-pythonnet-20-alpha-2-on.html" target="_blank">http://feihonghsu.blogspot.com/2008/02/installing-pythonnet-20-alpha-2-on.html</a><br>

 <br>If you have a suitable installer then please send me the link of the same.<br> <br>2. I have built the solution and used the clr.pyd and python.runtime.dll in my custom python library where my first line is import clr.<br>

 <br>( import clr works fine in python shell.)<br>But when i import my custom library ( which inturn imports clr) throws below mentioned error:<br>SystemError: <br>dynamic module not initialized properly <br> <br>File &quot;c:\python25\lib\site-packages\csp\__init__.py&quot;, line 1, in <br>

&lt;module&gt; <br>    import clr <br>Can you let me know whyi am facing this issue and can you give me the fix at the earliest.<br> <br>Thanks in Advance,<br> <br>Regards,<br>.cSp<br>  
</div><br>