Bonjour,
j'ai une erreur étrange que je n'avais jamais rencontrée , lorsque
j'essaye de créer une base le traceback est le suivant:
[Fri Jun 13 11:40:22 2014] ERROR:database:CREATE DB: altryton failed
[Fri Jun 13 11:40:22 2014] ERROR:database:Exception in call:
Traceback (most recent call last):
File "/opt/tryton/trytond/trytond/protocols/dispatcher.py", line 228,
in create
pool.init(update=True, lang=[lang])
File "/opt/tryton/trytond/trytond/pool.py", line 140, in init
self.start()
File "/opt/tryton/trytond/trytond/pool.py", line 92, in start
register_classes()
File "/opt/tryton/trytond/trytond/modules/__init__.py", line 356, in
register_classes
mod_file, pathname, description)
File "/opt/tryton/trytond/trytond/modules/company/__init__.py", line
5, in <module>
from .company import *
File "/opt/tryton/trytond/trytond/modules/company/company.py", line
19, in <module>
CursorInterface.cache_keys.update({'company', 'employee'})
AttributeError: type object 'CursorInterface' has no attribute 'cache_keys'
J'ai surement fait une conne... mais laquelle ?
Excusez ma question si elle est triviale
a+
trytond : branche 3.2
postgresql: 9.3
os: mint qiana (ubuntu trusty)
psycopg2.__version__ = 2.4.5 (dt dec mx pq3 ext)
--
Eric Vernichon