pretty windows installer for py scripts

Fredrik Lundh fredrik at pythonware.com
Mon Sep 12 16:30:37 EDT 2005


Gregory Piñero wrote:

> How do you do this with the disutils module?  I'm looking
> to make an installer that will install a python library.

start here:

    http://docs.python.org/dist/dist.html

if you need more help, grab some libraries from PyPI and look
at their setup files.

</F>







More information about the Python-list mailing list