easy_install virtualenv on python 2.4 -


i'm trying install latest version of virtualenv using easy_install on rhel5.6 python 2.4 , i'm receiving following error.

file "/usr/lib/python2.4/site-packages/virtualenv-1.6.3-py2.4.egg/virtualenv.py", line 500     finally:       ^ syntaxerror: invalid syntax 

i've checked virtualenv code https://github.com/pypa/virtualenv/blob/develop/virtualenv.py#l500 , seems syntax correct 2.4.

any ideas?

changed in version 2.5: in previous versions of python, try...except...finally did not work. try...except had nested in try...finally.

looks latest virtualenv not compatible python <2.5


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -