|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Accessing DLLs in Python
I have a DLL that I need to access through Python, but for some reason can't find any documentation on how to do so. I know a popular method is to use ctypes, but doesn't Python have a built in way of accessing DLLs?
|
|
#2
|
||||
|
||||
|
There's a whole lot of info about the use of C in Python, I havn't used it before but here's the link http://www.python.org/doc/current/ext/ext.html
You might also wana look around on comp.lang.python or search for python and dlls on google. Hope you find what your looking for, when you do would be interested to see. Have fun, Mark. Last edited by netytan : August 1st, 2003 at 05:27 PM. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Python Programming > Accessing DLLs in Python |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|