[qmtest] qmtest for linux

Stefan Seefeld seefeld at sympatico.ca
Thu May 27 16:21:56 UTC 2004


Diana Bosio wrote:
> Hi,
> 
> I am writing to the qmtest mailing list as I could not find an answer to 
> my problem on your website.
> 
> I've tried to install qmtest version 2.1.2 on a linux pc to no avail. 
> With the rpm the installation goes fine, but when I try to run qmtest I get
> File "./qmtest", line 108
>     version_str = ".".join([str(num) for num in _required_python_version])

ouch ! That's list comprehension syntax which only recent python
versions support. Even though it *means* that you must upgrade your python
version if you want to run qmtest, the very code that tries to diagnose
invalid python versions shouldn't bail out because of it. Catch 22.

Regards,
		Stefan




More information about the qmtest mailing list