Message123865
| Author |
donmez |
| Recipients |
donmez |
| Date |
2010年12月13日.08:26:01 |
| SpamBayes Score |
0.0005096941 |
| Marked as misclassified |
No |
| Message-id |
<1292228769.61.0.198684606781.issue10691@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Using py3k r87206 on Mac OSX 10.6.5,
[~/Sources/py3k]> make testall
running build
running build_ext
building dbm using ndbm
Python build finished, but the necessary bits to build these modules were not found:
_gdbm ossaudiodev spwd
To find the necessary bits, look in setup.py in detect_modules() for the module's name.
running build_scripts
find ./Lib -name '*.py[co]' -print | xargs rm -f
./python -Wd -E -bb ./Lib/compileall.py
Traceback (most recent call last):
File "./Lib/compileall.py", line 223, in <module>
exit_status = int(not main())
File "./Lib/compileall.py", line 205, in main
if os.path.isdir(dest):
File "/Users/cartman/Sources/py3k/Lib/genericpath.py", line 41, in isdir
st = os.stat(s)
TypeError: Can't convert 'NoneType' object to str implicitly
make: *** [testall] Error 1 |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2010年12月13日 08:26:09 | donmez | set | recipients:
+ donmez |
| 2010年12月13日 08:26:09 | donmez | set | messageid: <1292228769.61.0.198684606781.issue10691@psf.upfronthosting.co.za> |
| 2010年12月13日 08:26:01 | donmez | link | issue10691 messages |
| 2010年12月13日 08:26:01 | donmez | create |
|