Skip to content
Ton123 edited this page May 6, 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 :


Ton123: There was something with the script that was not ok. I don't know what, maybe I made a mistake. It went well step by step. One thing I get a yel about no user id for launchpad or something like that. Anyway seems no problem, pump started and asked for arguments, so it is ok. I have to study before I go further. Give me a couple of days.

Clone this wiki locally