This question has been flagged

Hello,

When I print any report in OpenERP V7. I got this kind of traceback.

Is it problem of any python library mismatch?

(<type 'exceptions.AttributeError'>, AttributeError("'NoneType' object has no attribute 'bands'",), <traceback object at 0x616fb90>)

Thanks in advance.


Avatar
Discard

Shamji, there is no bands usage as such. Would you please make sure to try in a standard environment,leaving out custom code? Paste the whole trace as well.

Author

Hello, The problem was arises due to old version of PIL library. Thanks for efforts.