Re: [IronPython] [python] *.pyd files usage in Iron python

2007-12-26 Thread John Fletcher
d_package *ImportError: No module named pywintypes* In this context, I want to know, if this cextension module has any known caveats wrt Win types ? Cheers, John On Dec 26, 2007 6:45 PM, Michael Foord <[EMAIL PROTECTED]> wrote: > John Fletcher wrote: > > All, > > > > I

[IronPython] *.pyd files usage in Iron python

2007-12-26 Thread John Fletcher
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

[IronPython] Python libraries

2007-12-13 Thread John Fletcher
All, I am absolutely a new bie to python and Iron python. My target application has chunk of C# code and existing python code. I would like to integrate both of them. I am using Visual Studio 2005 with .NET. I understood from the blogs and on the internet that, it is possible to integrate both of