avfc services <[email protected]> escribió:
>every time when i try to install the tryton server 2.2 from source on >ubuntu-10.10 i get this error : > >*testuser1@testuser1-G41MT-S2P:~/Documents/trytond-2.2.0$ sudo >bin/trytond * >[Fri Jun 15 00:53:43 2012] INFO:server:using /etc/trytond.conf as >configuration file >[Fri Jun 15 00:53:43 2012] INFO:server:initialising distributed objects > >services >[Fri Jun 15 00:53:43 2012] DEBUG:psycopg2:installed. Logging using >Python >logging module >[Fri Jun 15 00:53:43 2012] INFO:modules:ir:registering classes >[Fri Jun 15 00:53:43 2012] INFO:modules:res:registering classes >[Fri Jun 15 00:53:43 2012] INFO:modules:product:registering classes >[Fri Jun 15 00:53:43 2012] INFO:modules:webdav:registering classes >[Fri Jun 15 00:53:43 2012] INFO:modules:workflow:registering classes >[Fri Jun 15 00:53:43 2012] INFO:modules:country:registering classes >[Fri Jun 15 00:53:43 2012] INFO:modules:currency:registering classes >[Fri Jun 15 00:53:43 2012] INFO:modules:test:registering classes >[Fri Jun 15 00:53:43 2012] INFO:modules:party:registering classes >Traceback (most recent call last): > File "bin/trytond", line 104, in <module> > trytond.server.TrytonServer(options).run() > File >"/home/testuser1/.local/share/Trash/files/trytond-2.2.0/trytond/server.py", > >line 102, in run > Pool.start() > File >"/home/testuser1/.local/share/Trash/files/trytond-2.2.0/trytond/pool.py", > >line 71, in start > register_classes(reload_p=reload_p) > File >"/home/testuser1/.local/share/Trash/files/trytond-2.2.0/trytond/modules/__init__.py", > >line 389, in register_classes > pathname, description) > File >"/usr/local/lib/python2.6/dist-packages/trytond_party-2.4.0-py2.6.egg/trytond/modules/party/__init__.py", > >line 5, in <module> > from .party import * > File >"/usr/local/lib/python2.6/dist-packages/trytond_party-2.4.0-py2.6.egg/trytond/modules/party/party.py", > >line 5, in <module> > from trytond.wizard import Wizard, StateTransition, StateView, Button >ImportError: cannot import name StateTransition > > > >if Any one have the solution then please let me know ? You are running the 2.4 modules againts a 2.2 trytond server. The modules version must be the same as the server version. > >-- >[email protected] mailing list -- Enviado desde mi teléfono Android con K-9 Mail. Disculpa mi brevedad -- [email protected] mailing list
