VAnDaLs
unread,Nov 1, 2011, 3:34:49 PM11/1/11Sign 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
Hello,
I got the following when I ran trytond server with gnu health 1.4.1
modules
the tryton server was not installed, rather I ran it directly after I
downloaded it
################################################################################
[Tue Nov 01 21:09:46 2011] INFO:server:using /home/bashar/Desktop/
HardDiscDrivesURLS/Temp/trytond-2.2.0/etc/trytond.conf as
configuration file
[Tue Nov 01 21:09:46 2011] INFO:server:initialising distributed
objects services
[Tue Nov 01 21:09:46 2011] DEBUG:psycopg2:installed. Logging using
Python logging module
/home/bashar/Desktop/HardDiscDrivesURLS/Temp/trytond-2.2.0/trytond/
modules/__init__.py:28: UserWarning: Module pkg_resources was already
imported from /usr/local/lib/python2.6/dist-packages/setuptools-0.6c9-
py2.6.egg/pkg_resources.py, but /usr/lib/python2.6/dist-packages is
being added to sys.path
import pkg_resources
/home/bashar/Desktop/HardDiscDrivesURLS/Temp/trytond-2.2.0/trytond/
modules/__init__.py:28: UserWarning: Module site was already imported
from /usr/lib/python2.6/site.pyc, but /usr/lib/python2.6/dist-packages
is being added to sys.path
import pkg_resources
Traceback (most recent call last):
File "./trytond", line 104, in <module>
trytond.server.TrytonServer(options).run()
File "/home/bashar/Desktop/HardDiscDrivesURLS/Temp/trytond-2.2.0/
trytond/server.py", line 102, in run
Pool.start()
File "/home/bashar/Desktop/HardDiscDrivesURLS/Temp/trytond-2.2.0/
trytond/pool.py", line 71, in start
register_classes(reload_p=reload_p)
File "/home/bashar/Desktop/HardDiscDrivesURLS/Temp/trytond-2.2.0/
trytond/modules/__init__.py", line 344, in register_classes
for package in create_graph(get_module_list())[0]:
File "/home/bashar/Desktop/HardDiscDrivesURLS/Temp/trytond-2.2.0/
trytond/modules/__init__.py", line 160, in create_graph
raise Exception('Module %s not found' % module)
Exception: Module demo not found
##################################################################################################
I tried to run tryton server after I installed it and then installed
gnu health 1.4.1 using the configure script and I got the following:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
/usr/local/bin/trytond:4: UserWarning: Module pkg_resources was
already imported from /usr/local/lib/python2.6/dist-packages/
setuptools-0.6c9-py2.6.egg/pkg_resources.py, but /usr/lib/python2.6/
dist-packages is being added to sys.path
import pkg_resources
/usr/local/bin/trytond:4: UserWarning: Module site was already
imported from /usr/lib/python2.6/site.pyc, but /usr/lib/python2.6/dist-
packages is being added to sys.path
import pkg_resources
[Tue Nov 01 21:17:08 2011] INFO:server:using default configuration
[Tue Nov 01 21:17:08 2011] INFO:server:initialising distributed
objects services
[Tue Nov 01 21:17:08 2011] DEBUG:psycopg2:installed. Logging using
Python logging module
Traceback (most recent call last):
File "/usr/local/bin/trytond", line 5, in <module>
pkg_resources.run_script('trytond==2.2.0', 'trytond')
File "/usr/local/lib/python2.6/dist-packages/setuptools-0.6c9-
py2.6.egg/pkg_resources.py", line 448, in run_script
File "/usr/local/lib/python2.6/dist-packages/setuptools-0.6c9-
py2.6.egg/pkg_resources.py", line 1166, in run_script
return self._get(self._fn(self.egg_info,name))
File "/usr/local/lib/python2.6/dist-packages/trytond-2.2.0-py2.6.egg/
EGG-INFO/scripts/trytond", line 104, in <module>
trytond.server.TrytonServer(options).run()
File "/usr/local/lib/python2.6/dist-packages/trytond-2.2.0-py2.6.egg/
trytond/server.py", line 102, in run
Pool.start()
File "/usr/local/lib/python2.6/dist-packages/trytond-2.2.0-py2.6.egg/
trytond/pool.py", line 71, in start
register_classes(reload_p=reload_p)
File "/usr/local/lib/python2.6/dist-packages/trytond-2.2.0-py2.6.egg/
trytond/modules/__init__.py", line 344, in register_classes
for package in create_graph(get_module_list())[0]:
File "/usr/local/lib/python2.6/dist-packages/trytond-2.2.0-py2.6.egg/
trytond/modules/__init__.py", line 192, in create_graph
raise Exception('%s unmet dependencies: %s' % (package, missings))
Exception: health_inpatient unmet dependencies: ['health']
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%
thanks in advance