After further research, not even the following code works:<br><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">User.System.bPreferSUdo = bool( str.title( oItems ) )<br>


</blockquote><br>I had to use the following code, which isn't exactly pretty:<br><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">User.System.bPreferSUdo = ( oItems == True ) or ( oItems == "true" )<br>


</blockquote><br>The second method takes into account that the value could be coming from cache or file.  Are you sure that this is how you want it to be for PyQt programmers on Linux from now on?<br><br>