Dear all,
I'm trying to install Tryton following the instructions on the
wiki: http://code.google.com/p/tryton/wiki/InstallationMacOSX
But I'm having problem at the step of starting the server:
I'm always receiving this error (see below) : Exception: Module
company_work_time not found.
But as you can see right at the beginning I did install the module.
I'm working on Mac OS X Lion.
Can anyone guide me in solving this issue?
Thanks in advance.
MacBook-Francois:~ fderyckel$ sudo easy_install-2.7
trytond_company_work_time
Searching for trytond-company-work-time
Best match: trytond-company-work-time 2.6.0
Processing trytond_company_work_time-2.6.0-py2.7.egg
trytond-company-work-time 2.6.0 is already the active version in
easy-install.pth
Using
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/trytond_company_work_time-2.6.0-py2.7.egg
Processing dependencies for trytond-company-work-time
Finished processing dependencies for trytond-company-work-time
MacBook-Francois:~ fderyckel$ sudo
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/trytond
[Tue Oct 30 12:06:57 2012] INFO:server:using default configuration
[Tue Oct 30 12:06:57 2012] INFO:server:initialising distributed objects
services
Traceback (most recent call last):
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/trytond",
line 5, in <module>
pkg_resources.run_script('trytond==2.2.4', 'trytond')
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources.py",
line 499, in run_script
self.require(requires)[0].run_script(script_name, ns)
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources.py",
line 1239, in run_script
execfile(script_filename, namespace, namespace)
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/trytond-2.2.4-py2.7.egg/EGG-INFO/scripts/trytond",
line 104, in <module>
trytond.server.TrytonServer(options).run()
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/trytond-2.2.4-py2.7.egg/trytond/server.py",
line 102, in run
Pool.start()
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/trytond-2.2.4-py2.7.egg/trytond/pool.py",
line 71, in start
register_classes(reload_p=reload_p)
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/trytond-2.2.4-py2.7.egg/trytond/modules/__init__.py",
line 344, in register_classes
for package in create_graph(get_module_list())[0]:
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/trytond-2.2.4-py2.7.egg/trytond/modules/__init__.py",
line 160, in create_graph
raise Exception('Module %s not found' % module)
Exception: Module company_work_time not found
--
--
[email protected] mailing list