Buen Dia, a continuación trataré de colocar todos los datos de mi
instalación para saber si pueden ayudarme pues no logro correr tryton:
Al correr tryton me da el siguiente error:
*Traceback (most recent call last): File "/trytond/protocols/jsonrpc.py",
line 123, in _marshaled_dispatch response['result'] =
dispatch_method(method, params) File "/trytond/protocols/jsonrpc.py", line
156, in _dispatch res = dispatch(*args) File
"/trytond/protocols/dispatcher.py", line 33, in dispatch res =
security.login(database_name, user, session) File "/trytond/security.py",
line 19, in login pool = _get_pool(dbname) File "/trytond/security.py",
line 13, in _get_pool pool.init() File "/trytond/pool.py", line 123, in
init self.start() File "/trytond/pool.py", line 75, in start
register_classes() File "/trytond/modules/__init__.py", line 317, in
register_classes for package in create_graph(get_module_list())[0]:
File "/trytond/modules/__init__.py", line 155, in create_graph raise
Exception('Module %s not found' % module)Exception: Module
account_invoice_history not found*
Mi archivo /etc/tryton.conf
*#This file is part of Tryton. The COPYRIGHT file at the top level of#this
repository contains the full copyright notices and license terms.[options]#
Activate the json-rpc protocol#jsonrpc = localhost:8000jsonrpc =
*:8000timezone = America/Caracas#ssl_jsonrpc = False# This is the hostname
used when generating tryton URI#hostname_jsonrpc =# Configure the path of
json-rpc data#jsondata_path = /var/www/localhost/tryton# Activate the
xml-rpc protocol#xmlrpc = *:8069#ssl_xmlrpc = False# Activate the webdav
protocol#webdav = *:8080#ssl_webdav = False# This is the hostname used when
generating WebDAV URI#hostname_webdav =# Configure the database type#
allowed values are postgresql, sqlite, mysql#db_type = postgresql#
Configure the database connection## Note: Only databases owned by db_user
will be displayed in the connection dialog## of the Tryton client. db_user
must have create permission for new databases## to be able to use automatic
database creation with the Tryton client.db_host = localhostdb_port =
5432db_user = gnuhealthdb_password = 123456#db_minconn = 1#db_maxconn = 64#
Configure the postgresql path for the executable#pg_path = None# Configure
the Tryton server password#admin_passwd = admin# Configure the path of the
files for the pid and the logs#pidfile = False#logfile = False#privatekey =
server.pem#certificate = server.pem# Configure the SMTP
connection#smtp_server = localhost#smtp_port = 25#smtp_ssl = False#smtp_tls
= False#smtp_password = False#smtp_user = False# Configure the path to
store attachments and sqlite database#data_path = /var/lib/tryton#data_path
= /home/gnuhealth/attach# Allow to run more than one instance of
trytond#multi_server = False# Configure the session timeout (inactivity of
the client in sec)#session_timeout = 600# Enable psyco module# Need to have
psyco installed http://psyco.sourceforge.net/#psyco = False# Enable
auto-reload of modules if changed#auto_reload = True# Prevent database
listing#prevent_dblist = False# Enable cron# cron = True# unoconv
connection#unoconv = pipe,name=trytond;urp;StarOffice.ComponentContext#
Number of retries on database operational error# retry = 5Mi servidor
trytond es 2.8.4 el cual instala el script de gnuhealthel cliente es tryton
es 2.8.5mi instalación la estoy realizando sobre Debian 7y utilizó postgres
9.1*
instalé tryton mediante pip cuya version es 1.5
Instalé los módulos de tryton mediante apt-get install *tryton-modules-all*
Realmente ya no se que hacer y me gustaría que me ayudaran. Gracias Dios
les bendiga