← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 812502] [NEW] Install on Debian Testing has incorrect path for client

 

Public bug reported:

I installed from source on a Debian testing AM64 machine (Linux version 2.6.32-5-amd64 (Debian 2.6.32-31) (ben@xxxxxxxxxxxxxxx) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Mon Mar 7 21:35:22 UTC 2011). The installation created /usr/local/bin/openerp-client with this line
cd to /usr/local/lib/python2.6/dist-packages/openerp-client
but the line should be
cd /usr/local/lib/python2.6/dist-packages/openerp_client-6.0.2-py2.6.egg/openerp-client

Once fixed, another error cropped up - 
CRITICAL:init:Failed to open file 'openerp-icon.png': No such file or directory
The path to the png file is wrong in the .openerprc file:
pixmaps = /usr/share/pixmaps/openerp-client
should be
pixmaps = /usr/local/lib/python2.6/dist-packages/openerp_client-6.0.2-py2.6.egg/share/pixmaps/openerp-client/

** Affects: openobject-client
     Importance: Undecided
         Status: New

-- 
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/812502

Title:
  Install on Debian Testing has incorrect path for client

Status in OpenERP GTK Client:
  New

Bug description:
  I installed from source on a Debian testing AM64 machine (Linux version 2.6.32-5-amd64 (Debian 2.6.32-31) (ben@xxxxxxxxxxxxxxx) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Mon Mar 7 21:35:22 UTC 2011). The installation created /usr/local/bin/openerp-client with this line
  cd to /usr/local/lib/python2.6/dist-packages/openerp-client
  but the line should be
  cd /usr/local/lib/python2.6/dist-packages/openerp_client-6.0.2-py2.6.egg/openerp-client

  Once fixed, another error cropped up - 
  CRITICAL:init:Failed to open file 'openerp-icon.png': No such file or directory
  The path to the png file is wrong in the .openerprc file:
  pixmaps = /usr/share/pixmaps/openerp-client
  should be
  pixmaps = /usr/local/lib/python2.6/dist-packages/openerp_client-6.0.2-py2.6.egg/share/pixmaps/openerp-client/

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client/+bug/812502/+subscriptions


Follow ups

References