On Sunday 16 January 2011, you wrote: > Public bug reported: > > This is installing OpenERP GTK Client, 6 rc2, on Linux Maverick (Ubuntu > 10.10). > > > There is a warning right at the start of installation, like this: > > > $ version=6.0.0-rc2 > $ cd /usr/local/src/openerp_fp > $ cd openerp-client-$version/ > $ python setup.py install > /usr/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown > distribution option: 'translations' > warnings.warn(msg) > [...]
The ./setup.py, as shipped in -rc2 is indeed problematic. Please give a try with the latest trunk one, or wait (just a little) for us to release v6.0.0 . On the other hand, you might do /half the way/ towards success if you attempted to run "./setup.py egg_info" before "./setup.py install". -- 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/703419 Title: Warning in install about unknown option 'translations' Status in OpenObject GTK Client: New Bug description: This is installing OpenERP GTK Client, 6 rc2, on Linux Maverick (Ubuntu 10.10). There is a warning right at the start of installation, like this: $ version=6.0.0-rc2 $ cd /usr/local/src/openerp_fp $ cd openerp-client-$version/ $ python setup.py install /usr/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'translations' warnings.warn(msg) [...] I do not know if this has any consequence, nor if it represents a bug, or some action I could take. If it has no consequence, some README or other machinery should warn the using that this is to be expected. The installation later failed, because of a bug already reported, so I do not detail it here. Rather see: `Bug #696991 in OpenObject GTK Client: “unable to install openerp- client rc2 on fedora 12”` https://bugs.launchpad.net/openobject- client/+bug/696991 Thanks for your attention. _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

