After further research, not even the following code works: User.System.bPreferSUdo = bool( str.title( oItems ) ) >
I had to use the following code, which isn't exactly pretty: User.System.bPreferSUdo = ( oItems == True ) or ( oItems == "true" ) > 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?
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
