[issue2800] make htmlhelp creates python30a5.chm but msi.py expects pydoc.chm

2008-05-11 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: > Is there a way to run the tree Python? Currently, that should be possible, as the documentation is built after Python. However, in the long term, cross-compilation needs to be considered (to AMD64 on an x86 machine); then you can't run the

[issue2800] make htmlhelp creates python30a5.chm but msi.py expects pydoc.chm

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Is there a way to run the tree Python? __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing

[issue2800] make htmlhelp creates python30a5.chm but msi.py expects pydoc.chm

2008-05-10 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: > Martin: I'm sorry that this created work for you; but I had assumed that > distributing the new docs created so much work anyways that this > wouldn't matter too much :) The remaining issue is to get Tools/buildbot/buildmsi.bat to name the

[issue2800] make htmlhelp creates python30a5.chm but msi.py expects pydoc.chm

2008-05-10 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Martin: I'm sorry that this created work for you; but I had assumed that distributing the new docs created so much work anyways that this wouldn't matter too much :) __ Tracker <[EMAIL PROTECTED]>

[issue2800] make htmlhelp creates python30a5.chm but msi.py expects pydoc.chm

2008-05-09 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: This is now fixed in r62949. I don't quite understood why this had the priority "high" - it just worked fine the way it was - you just have to manually rename the result file. In any case, I'd appreciate if the file name scheme stays as-is

[issue2800] make htmlhelp creates python30a5.chm but msi.py expects pydoc.chm

2008-05-09 Thread Christian Heimes
New submission from Christian Heimes <[EMAIL PROTECTED]>: The sphinx tool chain now creates the htmlhelp files as python30a5.* but the MSI installer packages expects pydoc.chm. Either msi.py or the doc tool chain must be altered. By the way Martin: Should the RM set snapshot to 0 in Tools/msi/ms