[Tutor] create an object from a class in dll with ctypes?

Alan Gauld alan.gauld at btinternet.com
Sat Jan 23 01:13:53 CET 2010


"katrin schmid" <Katisss at gmx.de> wrote 
> if the resulting .pyd is plattform dependent?
> If i create one on windows would linux user need another one?

A Windows DLL will not work on Linux and a Linux library 
will not work on Windows. You need one per OS.

Alan G.



More information about the Tutor mailing list