I have installed AGTk 3.1 in two machines (one with Ubuntu Desktop 7.10 and the other one Ubuntu Server 7.10 with Xfce) according to the instructions in <a href="http://www.vislab.uq.edu.au/research/accessgrid/software/debian/gutsy.html">http://www.vislab.uq.edu.au/research/accessgrid/software/debian/gutsy.html</a>. I could successfully run the Venue Client and ask for a user and a service certificate (for a Venue Server). The certificate arrived two business days later as pointed in the system, but when I chose Tools &gt; Manage Certificates, I saw the following debug message (taken from the first machine. The problem is present in both):<br>
<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">Traceback (most recent call last):<br>&nbsp; File &quot;/usr/lib/python2.5/site-packages/AccessGrid3/AccessGrid/Security/wxgui/CertificateManagerWXGUI.py&quot;, line 176, in &lt;lambda&gt;<br>
&nbsp;&nbsp;&nbsp; lambda event, win=win, self=self: self.OnShowNew(event, win))<br>&nbsp; File &quot;/usr/lib/python2.5/site-packages/AccessGrid3/AccessGrid/Security/wxgui/CertificateManagerWXGUI.py&quot;, line 237, in OnShowNew<br>&nbsp;&nbsp;&nbsp; self.certificateManager, self)<br>
&nbsp; File &quot;/usr/lib/python2.5/site-packages/AccessGrid3/AccessGrid/Security/wxgui/CertificateManagerDialog.py&quot;, line 25, in __init__<br>&nbsp;&nbsp;&nbsp; self.identBrowser = IdentityBrowser(self.notebook, -1, self.certMgr)<br>&nbsp; File &quot;/usr/lib/python2.5/site-packages/AccessGrid3/AccessGrid/Security/wxgui/IdentityBrowser.py&quot;, line 57, in __init__<br>
&nbsp;&nbsp;&nbsp; CertificateBrowserBase.__init__(self, parent, id, certMgr)<br>&nbsp; File &quot;/usr/lib/python2.5/site-packages/AccessGrid3/AccessGrid/Security/wxgui/CertificateBrowserBase.py&quot;, line 27, in __init__<br>&nbsp;&nbsp;&nbsp; self.Load()<br>
&nbsp; File &quot;/usr/lib/python2.5/site-packages/AccessGrid3/AccessGrid/Security/wxgui/CertificateBrowserBase.py&quot;, line 86, in Load<br>&nbsp;&nbsp;&nbsp; data, columnStrings = self._FormatCert(cert)<br>&nbsp; File &quot;/usr/lib/python2.5/site-packages/AccessGrid3/AccessGrid/Security/wxgui/IdentityBrowser.py&quot;, line 286, in _FormatCert<br>
&nbsp;&nbsp;&nbsp; valid = self.certMgr.CheckValidity(cert)<br>&nbsp; File &quot;/usr/lib/python2.5/site-packages/AccessGrid3/AccessGrid/Security/CertificateManager.py&quot;, line 375, in CheckValidity<br>&nbsp;&nbsp;&nbsp; if self.VerifyCertificatePath(cert):<br>
&nbsp; File &quot;/usr/lib/python2.5/site-packages/AccessGrid3/AccessGrid/Security/CertificateManager.py&quot;, line 405, in VerifyCertificatePath<br>&nbsp;&nbsp;&nbsp; issuers = filter(lambda x: not x.IsExpired(), issuers)<br>&nbsp; File &quot;/usr/lib/python2.5/site-packages/AccessGrid3/AccessGrid/Security/CertificateManager.py&quot;, line 405, in &lt;lambda&gt;<br>
&nbsp;&nbsp;&nbsp; issuers = filter(lambda x: not x.IsExpired(), issuers)<br>&nbsp; File &quot;/usr/lib/python2.5/site-packages/AccessGrid3/AccessGrid/Security/CertificateRepository.py&quot;, line 1337, in IsExpired<br>&nbsp;&nbsp;&nbsp; return self.cert.IsExpired()<br>
&nbsp; File &quot;/usr/lib/python2.5/site-packages/AccessGrid3/AccessGrid/Security/CertificateRepository.py&quot;, line 1523, in IsExpired<br>&nbsp;&nbsp;&nbsp; return IsExpired(self.cert)<br>&nbsp; File &quot;/usr/lib/python2.5/site-packages/AccessGrid3/AccessGrid/Security/Utilities.py&quot;, line 36, in IsExpired<br>
&nbsp;&nbsp;&nbsp; before_tuple = time.strptime(str(before_time),format)<br>&nbsp; File &quot;/usr/lib/python2.5/_strptime.py&quot;, line 330, in strptime<br>&nbsp;&nbsp;&nbsp; (data_string, format))<br>ValueError: time data did not match format:&nbsp; data=Apr 21 00:52:18 2007 GMT&nbsp; fmt=%b %d %H:%M:%S %Y %Z<br>
</blockquote><br>I got the same when running CertificateManagement3.py from console. I would like to know if it is a non-reported bug in order to report it as soon as possible. If you know a possible quick solution (consisting maybe in changing a configuration file, making changes in the code, etc.), I would thank you expose it. <br>
<br>Regards, <br>Luis Galárraga