<span style="font-family: Arial; font-size: 13px;"><span style="font-family:Arial;font-size:13px;">Hi,<br><br>same error on opensuse 11.4:<br><pre>  File "/usr/sbin/rhnreg_ks", line 33, in <module>
    from up2date_client import rhnreg
  File "/usr/share/rhn/up2date_client/rhnreg.py", line 14, in <module>
    import up2dateUtils
  File "/usr/share/rhn/up2date_client/up2dateUtils.py", line 11, in <module>
    import up2dateErrors
  File "/usr/share/rhn/up2date_client/up2dateErrors.py", line 188, in <module>
    class SSLCertificateVerifyFailedError(RepoError, Error):
TypeError: Error when calling the metaclass bases
    duplicate base class Error<br><br>Problem lies within up2dateErrors.py (rhn-client-tools-1.7.14-2.1.noarch.rpm).<br>Changing <br><i>class SSLCertificateVerifyFailedError(RepoError, Error)</i><br>back to<br><i>class SSLCertificateVerifyFailedError(RepoError)</i>
seems to work (line 188 in the file).<br><br>("Error" (parameter?) was added here: <a target="_blank" href="http://git.fedorahosted.org/git/?p=spacewalk.git;a=commitdiff;h=9b28ded9de35b00d05457c877b8e8bb9d68a37de" onclick="window.open('http://git.fedorahosted.org/git/?p=spacewalk.git;a=commitdiff;h=9b28ded9de35b00d05457c877b8e8bb9d68a37de');return false;">http://git.fedorahosted.org/git/?p=spacewalk.git;a=commitdiff;h=9b28ded9de35b00d05457c877b8e8bb9d68a37de</a>)<br><br>Don't know much about python, so can't exactly tell what is happening, but until it's fixed this seems like a usable solution.<br><br>Regards<br>Ralf<br></pre></span></span>