Re: how to call API Functions in python

2008-08-17 Thread raashid bhatt
On Aug 17, 11:27 am, Wojtek Walczak <[EMAIL PROTECTED]> wrote: > On Sun, 17 Aug 2008 11:22:52 -0700 (PDT), raashid bhatt wrote: > >> > how to call API Functions in python > > >> The same way as you'd call any other function, of course.  What API are > >> you referring to? > > i am talking about WIN

Re: how to call API Functions in python

2008-08-17 Thread Fredrik Lundh
raashid bhatt wrote: The same way as you'd call any other function, of course. What API are you referring to? i am talking about WINAPI use pywin32 or ctypes: http://wiki.python.org/moin/PyWin32 http://docs.python.org/lib/module-ctypes.html for some kinds of Windows programming, I

Re: how to call API Functions in python

2008-08-17 Thread Wojtek Walczak
On Sun, 17 Aug 2008 11:22:52 -0700 (PDT), raashid bhatt wrote: >> > how to call API Functions in python >> >> The same way as you'd call any other function, of course. �What API are >> you referring to? > i am talking about WINAPI I am not a Windows guy, but maybe ctypes module will be helpful fo

Re: how to call API Functions in python

2008-08-17 Thread raashid bhatt
On Aug 17, 11:08 am, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > raashid bhatt wrote: > > how to call API Functions in python > > The same way as you'd call any other function, of course.  What API are > you referring to? > > i am talking about WINAPI -- http://mail.python.org/mailman/listinfo/pyt

Re: how to call API Functions in python

2008-08-17 Thread Fredrik Lundh
raashid bhatt wrote: how to call API Functions in python The same way as you'd call any other function, of course. What API are you referring to? -- http://mail.python.org/mailman/listinfo/python-list