Re: [Python-Dev] Daily Windows Installers

2007-09-17 Thread Trent Mick
David Bolen wrote: > I hit it with a sledge-hammer and modified my build slave to disable > error boxes for anything it runs, so we'll get the 3.0 MSI now but > with a bad chm until it gets figured out. How do you tell Windows to do that? Trent -- Trent Mick trentm at activestate.com __

Re: [Python-Dev] Daily Windows Installers

2007-09-17 Thread David Bolen
On 9/17/07, Trent Mick <[EMAIL PROTECTED]> wrote: > How do you tell Windows to do that? Via the SetErrorMode call. Since the Windows buildbot already uses the win32 extensions, I just used the existing win32api wrapper (although through ctypes is very easy too). In my case I just surrounded the

Re: [Python-Dev] Daily Windows Installers

2007-09-14 Thread David Bolen
Georg Brandl <[EMAIL PROTECTED]> writes: > David Bolen schrieb: >> Georg Brandl <[EMAIL PROTECTED]> writes: (...) >> For the moment I'm probably going to work to ensure we don't get the >> pop-up box (which blocks the rest of the processing) so at least an >> MSI can get created even if the chm is

Re: [Python-Dev] Daily Windows Installers

2007-09-14 Thread Georg Brandl
David Bolen schrieb: > Georg Brandl <[EMAIL PROTECTED]> writes: > >> I hope this isn't due to the files that Sphinx creates. >> I had a nasty crash with HTML Help Workshop when I generated >> an "invalid" index file -- but this was reproducible of course. > > The really annoying thing is that thi

Re: [Python-Dev] Daily Windows Installers

2007-09-14 Thread David Bolen
Georg Brandl <[EMAIL PROTECTED]> writes: > I hope this isn't due to the files that Sphinx creates. > I had a nasty crash with HTML Help Workshop when I generated > an "invalid" index file -- but this was reproducible of course. The really annoying thing is that this only occurs (so far) in the 3.

Re: [Python-Dev] Daily Windows Installers

2007-09-14 Thread Martin v. Löwis
> I hope this isn't due to the files that Sphinx creates. > I had a nasty crash with HTML Help Workshop when I generated > an "invalid" index file -- but this was reproducible of course. It's not clear what precisely the problem is, but yes, it must have to do with the input :-) If you fixed that

Re: [Python-Dev] Daily Windows Installers

2007-09-14 Thread Paul Moore
On 14/09/2007, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > Together with David Bolen, I set up a series of buildbot > slaves that create an MSI installer from the 2.5, 2.6, > and 3.0 branches every day. That's good news. Thanks for doing this. Paul.

Re: [Python-Dev] Daily Windows Installers

2007-09-14 Thread Georg Brandl
Martin v. Löwis schrieb: > Together with David Bolen, I set up a series of buildbot > slaves that create an MSI installer from the 2.5, 2.6, > and 3.0 branches every day. The result files are available > from > > http://www.python.org/dev/daily-msi/ > > The buildbot pages themselves are at > > h

[Python-Dev] Daily Windows Installers

2007-09-14 Thread Martin v. Löwis
Together with David Bolen, I set up a series of buildbot slaves that create an MSI installer from the 2.5, 2.6, and 3.0 branches every day. The result files are available from http://www.python.org/dev/daily-msi/ The buildbot pages themselves are at http://www.python.org/dev/buildbot/msi/ There