Making a DLL with python?

Greg Ewing greg at cosc.canterbury.ac.nz
Sun Apr 3 22:24:44 EDT 2005


jppx1 at bigfoot.com wrote:
> 
> I'd love to do the whole thing in Python, but I don't know how to make
> a DLL purely from Python.

I don't think you can do it *purely* in Python. You'll at
least need a C or Pyrex wrapper which dispatches to Python
code.

-- 
Greg Ewing, Computer Science Dept,
University of Canterbury,	
Christchurch, New Zealand
http://www.cosc.canterbury.ac.nz/~greg



More information about the Python-list mailing list