Your message dated Sun, 12 Nov 2006 15:12:49 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Fixed with 3.4.2-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: tinyerp-client
Version: 3.3.0-2
Severity: normal
I get multiple errors
AttributeError: 'module' object has no attribute 'OPEN'
many many errors when tinyerp-client is refreshed (example clicking in
it's window) and the icons dont show
this is a workaround aplied to latest development version:
--- tinyerp-client-3.3.2/bin/modules/gui/window/view_tree/view_tree.py
2006-08-02 17:13:48.000000000 -0300
+++ tinyerp-client-3.3.2nc/bin/modules/gui/window/view_tree/view_tree.py
2006-08-18 19:16:02.000000000 -0300
@@ -164,8 +164,8 @@
res = ''
else:
res = value
- if (column in self.pixbufs) and res:
- return self.treeview.render_icon(stock_id=getattr(gtk,
res), size=gtk.ICON_SIZE_MENU, detail=None)
+ #if (column in self.pixbufs) and res:
+ # return self.treeview.render_icon(stock_id=getattr(gtk,
res), size=gtk.ICON_SIZE_MENU, detail=None)
return res
def on_iter_next(self, node):
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-k7
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Versions of packages tinyerp-client depends on:
ii python 2.3.5-11 An interactive high-level object-o
ii python-glade2 2.8.6-5 GTK+ bindings: Glade support
ii python-gtk2 2.8.6-5 Python bindings for the GTK+ widge
Versions of packages tinyerp-client recommends:
ii evince [pdf-viewer] 0.4.0-2 Document (postscript, pdf) viewer
ii gpdf [pdf-viewer] 2.10.0-3 Portable Document Format (PDF) vie
ii gv [pdf-viewer] 1:3.6.1-13 PostScript and PDF viewer for X
ii kghostview [pdf-viewer] 4:3.5.3-1 PostScript viewer for KDE
ii kpdf [pdf-viewer] 4:3.5.3-1 PDF viewer for KDE
ii xpdf 3.01-9 Portable Document Format (PDF) sui
ii xpdf-reader [pdf-viewer] 3.01-9 Portable Document Format (PDF) sui
ii xpdf-utils [pdf-viewer] 3.01-9 Portable Document Format (PDF) sui
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi,
bugs were fixed in the 3.4.2-1 packages, hence closing both bugs.
Regards,
Daniel
--
Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email: [EMAIL PROTECTED]
Internet: http://people.panthera-systems.net/~daniel-baumann/
--- End Message ---