2.1.5
Dictionary comprehension lists is not supported in python 2.6 which causes this error. Using the dict initializer with tuple works the same as dictionary comprehension lists and is also supported in python 2.6.
Dictionary comprehension lists is not supported in python 2.6 which causes this error. Using the dict initializer with tuple works the same as dictionary comprehension lists and is also supported in python 2.6.