- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message61519
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | christian.heimes |
|---|---|
| Recipients | christian.heimes, georg.brandl |
| Date | 2008-01-22.18:47:08 |
| SpamBayes Score | 0.00040207378 |
| Marked as misclassified | No |
| Message-id | <1201027630.32.0.368466766809.issue1908@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This happens after
$ cd Docs
$ rm -rf tools
$ svn up
$ make update
$ make html
mkdir -p build/html build/doctrees
python tools/sphinx-build.py -b html -d build/doctrees -D
latex_paper_size= . build/html
Traceback (most recent call last):
File "tools/sphinx-build.py", line 23, in <module>
from sphinx import main
File "/home/heimes/dev/python/trunk/Doc/tools/sphinx/__init__.py",
line 19, in <module>
from sphinx.builder import builders
File "/home/heimes/dev/python/trunk/Doc/tools/sphinx/builder.py", line
34, in <module>
from sphinx.patchlevel import get_version_info, get_sys_version_info
ImportError: No module named patchlevel
make: *** [build] Fehler 1
patchlevel is no longer in spinx but I found one in sphinxext. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-01-22 18:47:10 | christian.heimes | set | spambayes_score: 0.000402074 -> 0.00040207378 recipients: + christian.heimes, georg.brandl |
| 2008-01-22 18:47:10 | christian.heimes | set | spambayes_score: 0.000402074 -> 0.000402074 messageid: <1201027630.32.0.368466766809.issue1908@psf.upfronthosting.co.za> |
| 2008-01-22 18:47:09 | christian.heimes | link | issue1908 messages |
| 2008-01-22 18:47:08 | christian.heimes | create | |

