Skip to Content
Menu
This question has been flagged
3 Replies
36371 Views

Hello. I tried to install Odoo latest version (09/19/2014). 

I succeed with the one in june, but seems there is more dependencies now and one is missing for module decorator...

I already installed all these and Jinga 2-7.2. 

                         sudo apt-get install python-dateutils / python-docutils / python-feedparser / python-gevent / python-lxml / python-gdata / python-ldap / python-mock python-mako / python-psutil / python-psycopg2 / python-unittest2   /  python-libxslt1 /  python-pybabel / python-pychart / python-openid / python-pydot /  python-tz /  python-pyparsing /   python-reportlab/  python-simplejson / python-vatnumber / python-vobject / python-webdav / python-werkzeug / python-yaml / python-xlwt / python-zsi

 

Avatar
Discard
Best Answer

also u need geoip & requests package 

sudo apt-get install python-geoip

sudo apt-get install python-requests

Avatar
Discard
Best Answer

that is a list of dependecies for v7 

ontop of that, install al least following :
sudo apt-get install python-decorator

sudo apt-get install wkhtmltopdf 
#on ubuntu 12/14 this will install v0.9.xx, but you need at least 0.12 so better to install it from source

sudo apt-get install python-passlib
# needed for login on v8

sudo apt-get install python-pip
# better utility for installing python packages

# now you can also: 
# sudo pip install wkhtmltopdf ( or any other python package


restart server and try again : )

Avatar
Discard
Best Answer

try this...

sudo apt-get install python-yaml

sudo apt-get install python-package_name

Avatar
Discard
Related Posts Replies Views Activity
2
Oct 24
1306
0
Nov 17
8351
3
Jul 25
448
3
Jun 25
3658
5
May 25
4387