hkimball's question on ctypes

oyster lepto.python at gmail.com
Wed Jan 9 01:48:39 EST 2008


2008/1/9, python-list-request at python.org <python-list-request at python.org>:
> Date: Tue, 8 Jan 2008 17:11:18 -0800 (PST)
> Subject: ctypes
1. please make your title more specific

> >>> from ctypes import *
> >>> cdecl =
> cdll.LoadLibrary("c:\projects\python\geinterface.dll")
2. are you sure '\' is ok?
cdll.LoadLibrary(r"c:\projects\python\geinterface.dll")
or
cdll.LoadLibrary("c:/projects/python/geinterface.dll")

3. if possibile, you can upload your dll and post the link in the mail-list

4. there is a ctypes official maillist on
http://sourceforge.net/projects/ctypes/. but it seems that it is
closed to the users since some of my mail from 2007.12 does not appear
here. but  maybe you can have a try.



More information about the Python-list mailing list