how? Py extension does not depend on py version

oyster lepto.python at gmail.com
Mon Mar 24 01:56:51 EDT 2014


I found an extension on this blog
http://www.cnblogs.com/DxSoft/archive/2011/04/08/2009132.html

or you can download the extension directly from
http://files.cnblogs.com/DxSoft/PyFetion.rar

I found that I can do "from DxVcl import *" in py 2.5/2.6/2.7. When I try
this in py24, a msgbox says "no python25.dll is found". However "Dependency
Walker" shows that DxVcl does not has the python??.dll dependency. Is this
a dark side of python which is not in official python doc?

So, to the end, My question is: how can I write such an extension(i.e. not
DLL foe ctypes) in C/C++?

Thanks

Lee
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20140324/ab4837fb/attachment.html>


More information about the Python-list mailing list