Skip to content
Martin 'Hasan' Bramwell edited this page May 5, 2013 · 8 revisions

Welcome to the GData_OpenERP_Data_Pump wiki!

Please use this page to discuss getting started issues.


Ton123 : 2013/05/04

I try to build up the answer (I hope with some help) myself:

  1. Make a fresh install of Ubuntu 12.04.
  2. easy_install gspread gives a command not found error. To avoid this:
  3. Install easy_install on Ubuntu with the following command:
  4. sudo apt-get install python-setuptools (don't make the mistake to use an underscore in python-setuptools). See: http://www.hacksparrow.com/ubuntu-how-to-install-easy_install.html
  5. easy_install gspread --> OK
  6. easy_install openerplib gives an error:"No local packages or download links found for openerplib error: couldn't find suitable distribution for requirement.parse (openerplib)

Answer :

Before this time tomorrow I hope to have altered the installation steps in the README.md to:

  1. add your observations about needing to install easy_install (duh!)
  2. show how to obtain and install openerplib from source code.

You have my apologies for not addressing this more quickly. It's kind of a family weekend.

OK! That's done.


Clone this wiki locally