c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #12881
[Bug 301561] Re: install problem x86_64 wrong path
@tfr "everything is installed in /usr/lib"
this is interesting - OpenSuSE provides separate python version for x86 and x86_64 installed in /usr/lib and /usr/lib64
--
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/301561
Title:
install problem x86_64 wrong path
Status in OpenObject GTK Client:
Fix Committed
Bug description:
I had to change
/usr/bin/openerp-client
to run on x86_64
- cd /usr/lib/python2.5/site-packages/openerp-client
+ cd /usr/lib64/python2.5/site-packages/openerp-client
IMHO the "setup.py build" should detect x86_64 automatically and
create correct scripts
Follow ups