From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: audit-viewer Date: Thu, 19 Feb 2009 16:20:40 -0500 Message-ID: <200902191620.40579.sgrubb@redhat.com> References: <499DCA7C.8050105@groupw.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <499DCA7C.8050105@groupw.com> Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Thursday 19 February 2009 04:09:16 pm Dan Gruhn wrote: > I have audit-viewer-0.4 and get the following error from "make install" > > Byte-compiling python modules... > client.py dialog_base.py event_dialog.py event_source.py filters.py > format_versions.py list_properties.py list_tab.py File > "/usr/local/share/audit-viewer/list_tab.py", line 558 > store_data[column + 1] = l.pop(0) if l else '' I believe it was developed for python 2.5+ and RHEL5 uses python 2.4. Mirek has backported it to the older libraries and maybe he can make the srpms available sometime. -Steve