Message76958
Andrew> ImportError: No module named math
Andrew> make: *** [sharedmods] Error 1
Andrew> The has_function source in Lib/distutils/ccompiler.py has this
Andrew> comment:
Andrew> # this can't be included at module scope because it tries to
Andrew> # import math which might not be available at that point - maybe
Andrew> # the necessary logic should just be inlined?
*sigh* I guess that would explain why it wasn't used anywhere in setup.py.
Can you try this simplified version? (It's probably almost exactly what you
came up with.)
Thanks,
Skip |
File name |
Uploaded |
dbm.diff
|
skip.montanaro,
2008-12-05.01:16:34
|
|
Date |
User |
Action |
Args |
2008-12-05 01:16:39 | skip.montanaro | set | recipients:
+ skip.montanaro, tlesher, legerf, AndyP |
2008-12-05 01:16:38 | skip.montanaro | link | issue4483 messages |
2008-12-05 01:16:37 | skip.montanaro | create | |
|