c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #03120
[Bug 358742] Re: [5.0] Client doesn't work in Windows TSE
Sorry, this is apparently still present in v6.0, so we should still consider for trunk (hence re-confirming, with low priority)
Christophe's patch does not look bad, we could consider merging it (after cleanup), though I don't think discarding StdOut is useful, we could just bind both to the same file... i.e: sys.stderr = sys.stdout = ...
** Changed in: openobject-client
Importance: Wishlist => Low
** Changed in: openobject-client
Status: Won't Fix => Confirmed
** Changed in: openobject-client
Assignee: (unassigned) => OpenERP sa GTK client R&D (openerp-dev-gtk)
--
[5.0] Client doesn't work in Windows TSE
https://bugs.launchpad.net/bugs/358742
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject GTK Client: Confirmed
Bug description:
With TSE ( Terminal Sever) the GTK client doesn't work succesfully
This is an py2exe[1] issue with stdeer which is redirect in the same directe than exe file
In TSE mode, a single user with limited write cannot write on program files\OpenERP Client directory.
The log file must be write in User profile directory.
[1] http://www.py2exe.org/index.cgi/StderrLog