Message102998
| Author |
cmcqueen1975 |
| Recipients |
Daniel26, benjamin.peterson, cmcqueen1975, ebrehault, hagen, janssen, jwp, keldonin, kermode, tarek |
| Date |
2010年04月13日.01:00:56 |
| SpamBayes Score |
0.0021222066 |
| Marked as misclassified |
No |
| Message-id |
<1271120458.58.0.893691688495.issue2698@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I tried it in Python 3.1.2.
\Python31\python.exe setup.py build --compiler=mingw32
I got a stack-trace:
...
File "C:\Python31\lib\distutils\cygwinccompiler.py", line 280, in __init__
CygwinCCompiler.__init__ (self, verbose, dry_run, force)
File "C:\Python31\lib\distutils\cygwinccompiler.py", line 124, in __init__
if self.ld_version >= "2.10.90":
TypeError: unorderable types: NoneType() >= str() |
|