Newbie: Windows DLL Access

Steve Purcell stephen_purcell at yahoo.com
Mon Feb 12 04:06:54 EST 2001


Marc Vollmer wrote:
> I try to use a Visual C++ library (.lib or .dll) , but python give me this
> error:
> 
> import medvc50f
> ImportError: dynamic module does not define init function (initmedvc50f)
> 
> How I can use DLL od LIBS in python? Or where is a description?

Check out 'calldll'; http://www.nightmare.com/software.html

-Steve

-- 
Steve Purcell, Pythangelist
PythonTesting  = urlopen('http://pyunit.sourceforge.net/')
PythonServlets = urlopen('http://pyserv.sourceforge.net/')
Available for consulting and training.
"Even snakes are afraid of snakes." -- Steven Wright




More information about the Python-list mailing list