Is it possible to write a DLL using python

Paul Miller pwmiller1 at adelphia.net
Tue Aug 17 17:03:42 EDT 2004


AMD <amdescombes at qualicontrol.com> wrote in message news:<cft24m$njb$1 at news-reader2.wanadoo.fr>...
 
> I need to write a Win32 DLL and I would like to use Python instead of 
> VB, C++ or Delphi. Is this possible?

No.  It is possible to interface to and from Python via other
languages, but since Python does not create native code, you cannot
create a DLL with it.



More information about the Python-list mailing list