← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 640335] Re: v6 client crash at startup

 

Hi Diego,
your're right, I had confirmation of this, and more, at least package client gtk v6 for windows will be build using python 2.6 (due to this problem, and compatibility with some modules like outlook which need python 2.6).
It is in developpement (test to have list of all good libraries to use).
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).