[Ilugc] Python error starting OpenERP 6.1 RC1 on Centos 6.2

  • From: vkslist@xxxxxxxxx (VK Sameer)
  • Date: Tue, 24 Jan 2012 12:33:41 +0000 (UTC)

On 2012-01-24 at 07:59:28 GMT kenneth gonsalves <lawgon at ...> writes:

On Tue, 2012-01-24 at 07:46 +0000, VK Sameer wrote:
return sorted([(k,k) for k,v in fields.__dict__.iteritems()

should this not be:

return sorted([(k,v) for k,v in fields.__dict__.iteritems()

Also, changing to (k,v) and uncommenting the code still gave:

Compiling openerp/addons/base/ir/ir_model.py ...
python: Python/compile.c:3437: stackdepth_walk: Assertion `depth >= 0' failed.
Aborted

Regards,
Sameer





Other related posts: