-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Ton123 edited this page May 6, 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)
Improved documentation now ready at "How to prepare prerequisites for the installation process."
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.