2008/7/11 Miklos Vajna <vmiklos@xxxxxxxxxxxxxx>: > On Fri, Jul 11, 2008 at 09:26:29PM +0200, Thomas Rast <trast@xxxxxxxxxxxxxxx> wrote: >> > pyver = '.'.join(str(n) for n in sys.version_info) >> > ^ >> [...] >> > Python version is 2.3.4 >> >> That is indeed too old. Generator expressions like the above were >> introduced in 2.4: >> >> http://www.python.org/dev/peps/pep-0289/ > > So obviously it's a bad idea to use generators for such a version check. Yes, I agree. > Also, setup.py would try to import stgit.run before the version check. > > I'm sending two patches, which restore the wished "Python version 2.4 or > newer required. Found 2.2.1.final.0" error message. Thanks. -- Catalin -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html