2536: rbtools 0.4.1 easy install failure

parulg******@gmai***** (Google Code) (Is this you? Claim this profile.)
March 19, 2012
What version are you running?
rbtools 0.4.1

What's the URL of the page containing the problem?
--

What steps will reproduce the problem?
1. Python 3.2.2 is already installed
2. Installed distribute 0.6.25
3. easy_install -U RBTools

What is the expected output? What do you see instead?

 File "/path/to/ins_dir/python/v3.2.2/lib/python3.2/site-packages/distribute-0.6.25-py3.2.egg/setuptools/sandbox.py", line 34, in <lambda>
    {'__file__':setup_script, '__name__':'__main__'})
  File "setup.py", line 22, in <module>
    from ez_setup import use_setuptools
  File "/tmp/easy_install-p53ei9/RBTools-0.4.1/ez_setup.py", line 106
    except pkg_resources.VersionConflict, e:
                                        ^
SyntaxError: invalid syntax


What operating system are you using? What browser?

RHEL 4 64 bit

Please provide any additional information below.
chipx86
#1 chipx86
You'll need Python 2.x. Python 3 is not supported.
  • +NotABug