Hey vda!
I used
Code:
bzr branch lp:~openerp/openobject-bi/client-new-trunk
to get the client, than go to that folder. When i run python setup.py install it downloads whole lot of extra libraries, turbogears and what not.
I also installed all 3 olap modules in /addons folder and successfuly isntalled them in openERP.
After that I go to client-new-trunk folder and type: python start-openerp-web.py and get surprisingly new message:
Code:
Traceback (most recent call last):
File "start-openerp-web.py", line 11, in <module>
from openerp.commands import start, ConfigurationError
File "/usr/local/src/client-new-trunk/openerp/commands.py", line 18, in <module>
pkg_resources.require("TurboGears >= 1.0.3, < 1.1b1")
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 626, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 524, in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: Extremes>=1.1
For some reason it mentions TurboGears although I know I saw the client-new-trunk setup installing it himself and I am looking at TurboGears folders in my "python2.5/site-packages "folder right now.
Than I reinstalled the whole client-new-trunk and now it only says
Code:
Error: TurboGears >= 1.0.3, < 1.1b1 required.
Trying to reinstall it again gives me
Code:
No local packages or download links found for PyProtocols>=1.0a0dev-r2302
error: Could not find suitable distribution for Requirement.parse('PyProtocols>=1.0a0dev-r2302')
Thanks for any help.