Allan J Mui schrieb:
> When I attempt to run the script `make.bat' in Python 2.6.1 /doc I am getting 
> an error:
> D:\Program Files\Python26\Python-2.6.1\Doc>make.bat html
> Exception occurred:
>   File "D:\Program Files\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
> -yj15sh.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!
> 
> I did not have this error when building the same help files for Python 2.6 
> ( I know, they are the same) and Python 3.0 (using Python 2.6).

This is a known problem -- the Python 2.6.1 distribution ships with an
incomplete Doc/tools subdir.  You can use a checkout of the current
release26-maint branch, or copy the Doc/tools/sphinxext directory from the
2.6 distribution to your Doc/tools directory.

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