Hi vda
Have turbogears installed but keep getting the following error when I go to run the module
ImportError: cannot import name xpath
Full script below
Quote:
C:\Program Files\Bazaar\client-new-trunk>start-openerp-web.py
C:\Python25\lib\site-packages\ruledispatch-0.5a1.dev_r2506-py2.5-win32.egg\dispa
tch\__init__.py:98: Warning: 'as' will become a reserved keyword in Python 2.6
C:\Python25\lib\site-packages\ruledispatch-0.5a1.dev_r2506-py2.5-win32.egg\dispa
tch\predicates.py:239: Warning: 'as' will become a reserved keyword in Python 2.
6
C:\Python25\lib\site-packages\ruledispatch-0.5a1.dev_r2506-py2.5-win32.egg\dispa
tch\predicates.py:263: Warning: 'as' will become a reserved keyword in Python 2.
6
C:\Python25\lib\site-packages\ruledispatch-0.5a1.dev_r2506-py2.5-win32.egg\dispa
tch\predicates.py:281: Warning: 'as' will become a reserved keyword in Python 2.
6
Traceback (most recent call last):
File "C:\Program Files\Bazaar\client-new-trunk\start-openerp-web.py", line 15,
in <module>
start()
File "C:\Program Files\Bazaar\client-new-trunk\openerp\commands.py", line 64,
in start
from openerp.controllers import Root
File "C:\Program Files\Bazaar\client-new-trunk\openerp\controllers.py", line 5
0, in <module>
from openerp import subcontrollers
File "C:\Program Files\Bazaar\client-new-trunk\openerp\subcontrollers\__init__
.py", line 1, in <module>
import actions
File "C:\Program Files\Bazaar\client-new-trunk\openerp\subcontrollers\actions.
py", line 44, in <module>
from openerp import tools
File "C:\Program Files\Bazaar\client-new-trunk\openerp\tools.py", line 34, in
<module>
from xml import xpath
ImportError: cannot import name xpath
C:\Program Files\Bazaar\client-new-trunk>
Have I done something wrong?
Cheers