All,<br><br>I am trying to port the existing Python code to Iron python. To use most of the existing python functionalities , I have a path to the python installation(ie C:\python24\lib) in my *.py files. With this I am able to import all the python libraries like &quot;os&quot;, &quot;clr&quot; etc., But if I try to import the libraries in *.pyd file, my execution complains about its non-existence (eg: win32file, win32net, though they are present in C:\python24\lib\site-packages\win32 ). 
<br><br>Could any one let me know, how to deal with it ? or where can I get the corresponding *.py files ?<br><br>Cheers,<br>John<br>