/usr/bin/env: python: No such file or directory

Fredrik Lundh fredrik at pythonware.com
Tue Dec 18 17:40:38 EST 2001


Trond Eivind Glomsrød wrote:
> Having the best compiler for a year and a half can hardly be called a
> fiasco for us

maybe not for you, but it was rather annoying for us Python
developers...

Python 2.0b2 (#2, Sep 27 2000, 11:40:58)
[GCC 2.96 20000731 (Red Hat Linux 7.0)] on linux2
Type "copyright", "credits" or "license" for more information.
>>> a = 5 * 5
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
OverflowError: integer multiplication

(next time you release a brand new C compiler, try compiling the
latest Python interpreter *before* the release ;-)

</F>





More information about the Python-list mailing list