Message123980
| Author |
pitrou |
| Recipients |
benjamin.peterson, ncoghlan, pitrou |
| Date |
2010年12月14日.22:04:03 |
| SpamBayes Score |
0.00014137877 |
| Marked as misclassified |
No |
| Message-id |
<1292364244.37.0.894892312979.issue10707@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
$ ./python -m compileall
Traceback (most recent call last):
File "/home/antoine/py3k/__svn__/Lib/runpy.py", line 160, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/home/antoine/py3k/__svn__/Lib/runpy.py", line 73, in _run_code
exec(code, run_globals)
File "/home/antoine/py3k/__svn__/Lib/compileall.py", line 223, in <module>
exit_status = int(not main())
File "/home/antoine/py3k/__svn__/Lib/compileall.py", line 205, in main
if os.path.isdir(dest):
File "/home/antoine/py3k/__svn__/Lib/genericpath.py", line 41, in isdir
st = os.stat(s)
TypeError: Can't convert 'NoneType' object to str implicitly |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2010年12月14日 22:04:04 | pitrou | set | recipients:
+ pitrou, ncoghlan, benjamin.peterson |
| 2010年12月14日 22:04:04 | pitrou | set | messageid: <1292364244.37.0.894892312979.issue10707@psf.upfronthosting.co.za> |
| 2010年12月14日 22:04:03 | pitrou | link | issue10707 messages |
| 2010年12月14日 22:04:03 | pitrou | create |
|