2008/1/9, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > 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. -- http://mail.python.org/mailman/listinfo/python-list