[IronPython] *.pyd files usage in Iron python
John Fletcher
jfletcher007 at gmail.com
Wed Dec 26 18:32:09 CET 2007
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20071226/2dd8adda/attachment.html>
More information about the Ironpython-users
mailing list