Accessing dll
Helpful person
rrllff at yahoo.com
Thu Sep 6 11:07:07 EDT 2012
More information about the Python-list mailing list
Thu Sep 6 11:07:07 EDT 2012
- Previous message (by thread): Function for examine content of directory
- Next message (by thread): Accessing dll
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I am a complete novice to Python. I wish to access a dll that has been written to be compatible with C and VB6. I have been told that after running Python I should enter "from ctypes import *" which allows Python to recognize the dll structure. I have placed the dll into my active directory (if that's the correct word, one on my path) for simplification. I tried: "import name.dll" but this just gave me an error telling me that there was no such module. Can someone please help? Richard
- Previous message (by thread): Function for examine content of directory
- Next message (by thread): Accessing dll
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list