[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: hkimball's question on ctypes

oyster

1/9/2008 6:49:00 AM

2008/1/9, python-list-request@python.org <python-list-request@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/projec.... 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.