c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #14845
[Bug 705677] Re: Client crashes with "Fatal Python error: GC object already tracked" message
I have the problem on a newley installed Ubuntu 10.10
openerp-client_6.0.1-0_all.deb (from openerp.com dowload)
libgtk2.0-0 2.22.0-0ubuntu1
The package openerp-client have dependencies for these packages (if
other are needed we should add this to the dependency list in the
package):
Depends: python, python-glade2, python-gtk2, python-pydot, python-tz,
python-hippocanvas, python-matplotlib
python 2.6.6-2ubuntu2
python-glade2 2.21.0-0ubuntu1
python-gtk2 2.21.0-0ubuntu1
python-pydot 1.0.2-1
python-tz 2010b-1
python-hippocanvas 0.3.0-3
python-matplotlib 0.99.3-1ubuntu1
The package search are a good utility to check what packages are installed in a certain release of ubuntu:
http://packages.ubuntu.com/search?keywords=python-gtk2
Recommends: python-openssl, openoffice.org-writer, evince | pdf-viewer
I suggest this instead:
Recommends: python-openssl, openoffice.org-writer | libreoffice-write,
evince | pdf-viewer
>From Natty LibreOffice are the default office suite
I attache a diff list of packages between one working Ubuntu 10.10 and
one not
dpkg --get-selections (on working 10.10 and not working 10.10)
** Attachment added: "dpkg --get-selections and diff"
https://bugs.launchpad.net/openobject-client/+bug/705677/+attachment/1825678/+files/diff.packages
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/705677
Title:
Client crashes with "Fatal Python error: GC object already tracked"
message
Status in OpenERP GTK Client:
Incomplete
Bug description:
rover@rover:~/oerp/openerp-client-6.0.1/bin$ ./openerp-client.py
/home/rover/oerp/openerp-client-6.0.1/bin/modules/gui/main.py:694: Warning: invalid (NULL) pointer instance
self.glade = glade.XML(common.terp_path("openerp.glade"),"win_main",gettext.textdomain())
/home/rover/oerp/openerp-client-6.0.1/bin/modules/gui/main.py:694: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
self.glade = glade.XML(common.terp_path("openerp.glade"),"win_main",gettext.textdomain())
/home/rover/oerp/openerp-client-6.0.1/bin/modules/gui/main.py:454: Warning: invalid (NULL) pointer instance
self.win_gl = glade.XML(common.terp_path("openerp.glade"),"win_login",gettext.textdomain())
/home/rover/oerp/openerp-client-6.0.1/bin/modules/gui/main.py:454: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
self.win_gl = glade.XML(common.terp_path("openerp.glade"),"win_login",gettext.textdomain())
/home/rover/oerp/openerp-client-6.0.1/bin/modules/gui/main.py:892: Warning: invalid (NULL) pointer instance
menu = gtk.Menu()
/home/rover/oerp/openerp-client-6.0.1/bin/modules/gui/main.py:892: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
menu = gtk.Menu()
/home/rover/oerp/openerp-client-6.0.1/bin/modules/gui/main.py:876: Warning: invalid (NULL) pointer instance
menu = gtk.Menu()
/home/rover/oerp/openerp-client-6.0.1/bin/modules/gui/main.py:876: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
menu = gtk.Menu()
Fatal Python error: GC object already tracked
Aborted
References