
August 1st, 2003, 11:38 AM
|
|
Junior Member
|
|
Join Date: Aug 2003
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
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?
|