-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Martin 'Hasan' Bramwell edited this page May 5, 2013
·
8 revisions
Welcome to the GData_OpenERP_Data_Pump wiki!
I try to build up the answer (I hope with some help) myself:
- Make a fresh install of Ubuntu 12.04.
- easy_install gspread gives a command not found error. To avoid this:
- Install easy_install on Ubuntu with the following command:
- 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
- easy_install gspread --> OK
- 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)
Before this time tomorrow I hope to have altered the installation steps in the README.md to:
- add your observations about needing to install easy_install (duh!)
- 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.