727c727
< raise AttributeError, "object '%s' has no attribute '%s'" \
---
> err_string = "object '%s' has no attribute '%s'" \
729a730,735
> if not self._ccObject:
> err_string += "\n (C++ object is not yet constructed," \
> " so wrapped C++ methods are unavailable.)"
>
> raise AttributeError, err_string
>