All,

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 "os", "clr" 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 ).

Could any one let me know, how to deal with it ? or where can I get the
corresponding *.py files ?

Cheers,
John
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to