mguthart
unread,Jan 31, 2012, 11:09:43 AM1/31/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tryton
I seem to recall there being an answer for this, but I can't seem to
find it so I'll ask...
Did a new installation of trytond on a Mac Lion (10.7.2) machine using
MacPorts python 2.7. Everything appeared to install fine, and
installed some various modules. Tried to start trytond and found I had
to install py27-psycopg2 - okay, no problem...installed that. Went to
try and start trytond again and I get the following:
sudo /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/
trytond
Password:
[Mon Jan 30 22:24:57 2012] INFO:server:using default configuration
[Mon Jan 30 22:24: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.1', '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 1235, 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.1-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.1-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.1-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.1-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.1-py2.7.egg/trytond/modules/
__init__.py", line 160, in create_graph
raise Exception('Module %s not found' % module)
Exception: Module ir not found
I'm sure it's something fairly straight-forward, but I can't seem to
identify what to try. Thoughts?