Thanks very much. I dowloaded from the Python 26 maintenance Subversion repository just the `Doc' branch and copied /tools/sphinxext to my corresponding Python 2.6.1 source directory. I successfully built and installed the Windows html Help for 2.6.1 using Sphinx 0.5.1 (`make.bat' DOS script).
Regards, Allan J. Mui ----- Original Message ----- From: "Georg Brandl" <[email protected]> To: <[email protected]> Cc: <[email protected]> Sent: Saturday, December 20, 2008 7:38 AM Subject: Re: error in Python 2.6.1 DOS script > [Sending a copy to your e-mail address; normally replies go only to the list] > > Allan J Mui schrieb: >> Hi, I previously reported having problems building Python 2.6.1 help >> files using the `make.bat' script included after successfully building >> with Python 3.0 and 2.6 . Here is the output from the command window: >> >> >> D:\PROGRA~1\Python26\Python-2.6.1\Doc>make.bat htmlhelp >> Exception occurred: >> File "D:\PROGRA~1\Python26\Python-2.6.1\Doc\conf.py", line 33, in <module> >> import patchlevel >> ImportError: No module named patchlevel >> The full traceback has been saved in >> c:\docume~1\sadmin\locals~1\temp\sphinx-err >> -kwfufq.log, if you want to report the issue to the author. >> Please also report this if it was a user error, so that a better error >> message c >> an be provided next time. >> Send reports to [email protected]. Thanks! >> Unable to open build\htmlhelp\python26.hhp. >> >> Thank you for your attention. If I am doing something wrong I don't >> understand what it might be. > > No, you're not doing anything wrong; this is a known issue in the 2.6.1 source > distribution: it lacks certain files necessary to build the docs. > > A SVN checkout will work, or copying the Doc/tools/sphinxext directory from > the > Python 2.6 distribution to Doc/tools/sphinxext in the 2.6.1 one. > > Georg > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
