Hi again craig,
Again, this is what it shows when running trytond. Isnt it conflicting the
version of trytond on the sys.path file which points to the earlier
version? Where is the file: sys.path located so I change it.
root@host:/# trytond
[Thu Apr 19 11:21:15 2012] INFO:server:using /etc/trytond.conf as
configuration file
[Thu Apr 19 11:21:15 2012] INFO:server:initialising distributed objects
services
[Thu Apr 19 11:21:15 2012] DEBUG:psycopg2:installed. Logging using Python
logging module
/usr/local/lib/python2.7/dist-packages/trytond/modules/__init__.py:28:
UserWarning: Module trytond was already imported from
/usr/local/lib/python2.7/dist-packages/trytond/__init__.pyc, but
/usr/lib/python2.7/dist-packages is being added to sys.path
import pkg_resources
Traceback (most recent call last):
File "/usr/local/bin/trytond", line 104, in <module>
trytond.server.TrytonServer(options).run()
File "/usr/local/lib/python2.7/dist-packages/trytond/server.py", line
102, in run
Pool.start()
File "/usr/local/lib/python2.7/dist-packages/trytond/pool.py", line 71,
in start
register_classes(reload_p=reload_p)
File
"/usr/local/lib/python2.7/dist-packages/trytond/modules/__init__.py", line
344, in register_classes
for package in create_graph(get_module_list())[0]:
File
"/usr/local/lib/python2.7/dist-packages/trytond/modules/__init__.py", line
160, in create_graph
raise Exception('Module %s not found' % module)
Exception: Module calendar_classification not found
--
[email protected] mailing list