[IronPython] Win32pipe, win32File, Win32api

Mark Rees mark.john.rees at gmail.com
Wed Dec 12 12:00:56 CET 2007


The win32 modules are Python C extension modules that provide access
to various windows api's. Currently IronPython can not use CPython C
extensions. But since IronPython has full access to .NET assemblies,
there will be calls you would be able to utilise.

Mark

On Dec 12, 2007 9:50 PM, Kaveripakam, Sathish
<Sathish.Kaveripakam at phonak.com> wrote:
>
>
> HI All,
>
> I am trying to port python code to the .NET environment using iron python.
>
> In my existing python code, I have calls to the WIn applications:
>
> import win32pipe
> import win32File
> import Win32api
>
> When I try to execute the above code, it complains "No module named
> win32xxx". In my system append path, I have also given link to pick the
> libraries from the "../IPCE-r7/Lib"  (i.e python stub for ironpython). But
> it didnt help me much.
>
> Could anyone let me know, how to handle the win32xxx imports for iron python
> ?
>
> Regards
>
>
>  ________________________________
>  Legal Notice:
> The information in this electronic transmission may contain confidential or
> legally privileged information and is intended solely for the individual(s)
> named above. If you are not an intended recipient or an authorized agent,
> you are hereby notified that reading, distributing, or otherwise
> disseminating, copying or taking any action based on the contents of this
> transmission is strictly prohibited. Any unauthorized interception of this
> transmission is illegal under law. If you have received this transmission in
> error, please notify the sender by telephone [at the number indicated
> above/on +41 58 928 0101] as soon as possible and then destroy all copies of
> this transmission.
>  ________________________________
>
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>



More information about the Ironpython-users mailing list