Re: distutils, 'scripts' and Windows

2005-05-27 Thread John Roth
"George van den Driessche" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi folks, > > I'm looking at packaging a project I'm working on using distutils. The > project is for Windows and contains a COM server which needs registration, > so the installer needs to be a little more

distutils, 'scripts' and Windows

2005-05-27 Thread George van den Driessche
Hi folks, I'm looking at packaging a project I'm working on using distutils. The project is for Windows and contains a COM server which needs registration, so the installer needs to be a little more complicated than usual. Looking at the options for the bdist_wininst command to distutils, I se