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 |
| Date | 2007年11月08日.14:01:08 |
| SpamBayes Score | 0.014243065 |
| Marked as misclassified | No |
| Message-id | <1194530468.74.0.0933952267806.issue1403@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
$ ./python Lib/compileall.py Listing /home/heimes/dev/python/py3k/Lib ... Compiling /home/heimes/dev/python/py3k/Lib/pydoc.py ... Traceback (most recent call last): File "Lib/compileall.py", line 162, in <module> exit_status = int(not main()) File "Lib/compileall.py", line 155, in main success = compile_path() File "Lib/compileall.py", line 110, in compile_path force, quiet=quiet) File "Lib/compileall.py", line 65, in compile_dir ok = py_compile.compile(fullname, None, dfile, True) File "/home/heimes/dev/python/py3k/Lib/py_compile.py", line 137, in compile codestring = f.read() File "/home/heimes/dev/python/py3k/Lib/io.py", line 1243, in read decoder = self._decoder or self._get_decoder() File "/home/heimes/dev/python/py3k/Lib/io.py", line 1132, in _get_decoder make_decoder = codecs.getincrementaldecoder(self._encoding) File "/home/heimes/dev/python/py3k/Lib/codecs.py", line 951, in getincrementaldecoder decoder = lookup(encoding).incrementaldecoder LookupError: unknown encoding: b'Latin-1' |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007年11月08日 14:01:09 | christian.heimes | set | spambayes_score: 0.0142431 -> 0.014243065 recipients: + christian.heimes |
| 2007年11月08日 14:01:08 | christian.heimes | set | spambayes_score: 0.0142431 -> 0.0142431 messageid: <1194530468.74.0.0933952267806.issue1403@psf.upfronthosting.co.za> |
| 2007年11月08日 14:01:08 | christian.heimes | link | issue1403 messages |
| 2007年11月08日 14:01:08 | christian.heimes | create | |