c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #00548
[Bug 640335] Re: v6 client crash at startup
Hi
glib error has been corrected,
the second error is posted here :
https://bugs.launchpad.net/openobject-client/+bug/663018
bug can be closed.
Bye
--
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: New
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).