Comment 2 for bug 1195436

Revision history for this message
tmodes (tmodes) wrote :

This issue can also cause trouble inside the script, if the Python script is using the Panorama object or the like in a not intended way. The const qualifier have their reason in the C++ code. If the script is first using a const object to write and then the next step will work with an undefined state of the whole object. So the script works not correctly. And in this case it does not help, if the C++ part is called later.

So please respect that and do not post code where you know that you are violating the const qualifier. This is not a help for new developer.