[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 sphinx-...@googlegroups.com. 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 sphinx-dev@googlegroups.com
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to