2504: post-review is giving me a python property error

je**@jeffmar******** (Google Code) (Is this you? Claim this profile.)
chipx86
chipx86
Feb. 29, 2012
What version are you running?
1.6.4.1

What's the URL of the page containing the problem?
Command line .. post-review <Changelist>

What steps will reproduce the problem?
1.
2.
3.

Here's the output I'm getting:

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

[markham@cmweb5 src]$ post-review 931813
> /usr/bin/post-review(10)?()
-> sys.exit(
(Pdb) cont
Traceback (most recent call last):
  File "/usr/bin/post-review", line 10, in ?
    sys.exit(
  File "/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/pkg_resources.py", line 318, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/pkg_resources.py", line 2221, in load_entry_point
    return ep.load()
  File "/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/pkg_resources.py", line 1954, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "build/bdist.linux-x86_64/egg/rbtools/postreview.py", line 16, in ?
  File "/usr/lib/python2.4/site-packages/PIL-1.1.7-py2.4-linux-x86_64.egg/__init__.py", line 11, in ?

  File "/usr/lib/python2.4/site-packages/PIL-1.1.7-py2.4-linux-x86_64.egg/__init__.py", line 93, in SCMClient

AttributeError: 'property' object has no attribute 'setter'

What operating system are you using? What browser?
Linux, Chrome


Please provide any additional information below.
chipx86
#1 chipx86
  • +Confirmed
  • -Priority-Medium
    +Priority-High
    +Milestone-RBTools-Release1.0
    +Component-RBTools
  • +chipx86
chipx86
#2 chipx86
Fixed on master (dc7e214)
  • -Confirmed
    +Fixed