> I have Python code that I would like to compile into a dll (I have to 
See http://docs.python.org/extending/embedding.html. You can pack your code in 
a zip file and load it from the DLL entry point (something like what py2exe 
does).

See also the Freeze tool - http://wiki.python.org/moin/Freeze.

HTH,
--
Miki (http://pythonwise.blogspot.com/)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to