I want to try out Odoo 8 on my windows 7 workstation.
Running the start script results in:
ImportError: No module named dateutil.relativedelta
Some googling showed me that this is part of package psycopg2-dateutils.
Running a "easy_install.py psycopg2-dateutils" results in error:
ImportError: cannot import name get_git_version
Python package index does not list "get_git_version". In other google searches I found that this could be a part of the package "version". But I have already installed the package "version".
What I am doing wrong? (Note: I am a newbie in Python, although an experienced java programmer).