The Artima Developer Community
Sponsored Link

Python Answers Forum
calling windows dlls from python

1 reply on 1 page. Most recent reply: Oct 27, 2005 1:52 PM by Storm To

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
vanitha

Posts: 1
Nickname: neet
Registered: Oct, 2005

calling windows dlls from python Posted: Oct 2, 2005 9:58 PM
Reply to this message Reply
Advertisement
Hi everybody,

I am new to python and want to know,how to dynamically load and call any function in a DLL using python in windows.Could some one please help me out with this

regards,
neet


Storm To

Posts: 5
Nickname: storm
Registered: Oct, 2005

Re: calling windows dlls from python Posted: Oct 27, 2005 1:52 PM
Reply to this message Reply
use the ctypes package.

http://starship.python.net/crew/theller/ctypes/

Flat View: This topic has 1 reply on 1 page
Topic: HTTP POST problem in python Previous Topic   Next Topic Topic: C structures in python

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use