c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #00550
[Bug 640335] Re: v6 client crash at startup
** Changed in: openobject-client
Status: New => Fix Released
** Changed in: openobject-client
Milestone: None => 6.0
--
v6 client crash at startup
https://bugs.launchpad.net/bugs/640335
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP OpenObject.
Status in OpenObject GTK Client: Fix Released
Bug description:
Hi,
for client gtk windows
just a problem of library or dll which is called and which is not in library.zip or other path :
see client log :
Traceback (most recent call last):
File "openerp-client.py", line 62, in <module>
ImportError: No module named glib
line 62 :
from glib import GError
glib is present in gtk library, but seems to be not compiled for windows (just file.h), same think for pyglib (no easy_install possible).