It is currently Sat Feb 11, 2012 8:02 pm

All times are UTC + 2 hours




Post new topic Reply to topic  [ 37 posts ]  Go to page Previous  1, 2, 3
Author Message
 Post subject:
PostPosted: Fri Sep 18, 2009 11:01 am 
Offline

Joined: Thu Sep 10, 2009 3:02 pm
Posts: 18
diggerd wrote:
VDA

Cool, thanks for that. I assume they all have to be installed individually or is there a developers package that would contain most of them when installed?

Cheers


Hello diggerd,

these all modules u can take from :
http://bazaar.launchpad.net/~openerp/op ... endencies/

Thanks,
:)


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 18, 2009 10:08 am 
Offline

Joined: Mon Jun 15, 2009 8:33 am
Posts: 100
Location: INDIA
Hello,

I am trying to install Business intelligence as per the posted queries in this forum. I installed all the packages and every thing done as per mentioned.

But, still iam getting the same error as follows

C:\client-new-trunk>python 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 "start-openerp-web.py", line 15, in <module>
start()
File "C:\client-new-trunk\openerp\commands.py", line 64, in start
from openerp.controllers import Root
File "C:\client-new-trunk\openerp\controllers.py", line 50, in <module>
from openerp import subcontrollers
File "C:\client-new-trunk\openerp\subcontrollers\__init__.py", line 1, in <mod>
import actions
File "C:\client-new-trunk\openerp\subcontrollers\actions.py", line 47, in <mod>
from form import Form
File "C:\client-new-trunk\openerp\subcontrollers\form.py", line 49, in <module>
from openerp import widgets as tw
File "C:\client-new-trunk\openerp\widgets\__init__.py", line 1, in <module>
import form
File "C:\client-new-trunk\openerp\widgets\form.py", line 921, in <module>
from action import Action
File "C:\client-new-trunk\openerp\widgets\action.py", line 39, in <module>
import screen
File "C:\client-new-trunk\openerp\widgets\screen.py", line 44, in <module>
import tinybi
File "C:\client-new-trunk\openerp\widgets\tinybi\__init__.py", line 1, in <mod>
import result_format
File "C:\client-new-trunk\openerp\widgets\tinybi\result_format.py", line 51, i
n <module>
import pyparsing
ImportError: No module named pyparsing

Please any body help me out, iam struggling a lot to solve this problem.

thanks


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 18, 2009 11:58 am 
Offline

Joined: Mon Jun 15, 2009 8:33 am
Posts: 100
Location: INDIA
hello,

I solved this problem, initially i installed pyparsing in python 2.6 and now reinstalling the pyparsing in python2.5.

Now in command prompt, typed "python start-openerp-web.py" at some point it shows error as follows.

2009-11-18 15:21:40,437 cherrypy.msg INFO CONFIG: server.log_to_screen: True
2009-11-18 15:21:40,437 cherrypy.msg INFO CONFIG: server.log_file:
2009-11-18 15:21:40,437 cherrypy.msg INFO CONFIG: server.log_tracebacks: True
2009-11-18 15:21:40,437 cherrypy.msg INFO CONFIG: server.log_request_headers:
True
2009-11-18 15:21:40,437 cherrypy.msg INFO CONFIG: server.protocol_version: HTT
P/1.0
2009-11-18 15:21:40,437 cherrypy.msg INFO CONFIG: server.socket_host:
2009-11-18 15:21:40,437 cherrypy.msg INFO CONFIG: server.socket_port: 8080
2009-11-18 15:21:40,437 cherrypy.msg INFO CONFIG: server.socket_file:
2009-11-18 15:21:40,437 cherrypy.msg INFO CONFIG: server.reverse_dns: False
2009-11-18 15:21:40,437 cherrypy.msg INFO CONFIG: server.socket_queue_size: 5
2009-11-18 15:21:40,437 cherrypy.msg INFO CONFIG: server.thread_pool: 10
2009-11-18 15:21:46,562 cherrypy.msg INFO HTTP: Port 8080 not free on 'localhost
'
Unhandled exception in thread started by <bound method Server._start of <cherryp
y._cpserver.Server object at 0x011A8C90>>
Traceback (most recent call last):
File "c:\python25\lib\site-packages\cherrypy-2.3.0-py2.5.egg\cherrypy\_cpserve
r.py", line 79, in _start
self.start_http_server()
File "c:\python25\lib\site-packages\cherrypy-2.3.0-py2.5.egg\cherrypy\_cpserve
r.py", line 99, in start_http_server
wait_for_free_port(host, port)
File "c:\python25\lib\site-packages\cherrypy-2.3.0-py2.5.egg\cherrypy\_cpserve
r.py", line 252, in wait_for_free_port
raise cherrypy.NotReady("Port not free.")
cherrypy._cperror.NotReady: Port not free.


Now, i stopped the openerp web server and again restarted BI web client.
At some point, it hangs as follows:

C:\client-new-trunk>python 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
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
2009-11-18 15:22:11,000 cherrypy.msg INFO CONFIG: Server parameters:
2009-11-18 15:22:11,000 cherrypy.msg INFO CONFIG: server.environment: developm
ent
2009-11-18 15:22:11,000 cherrypy.msg INFO CONFIG: server.log_to_screen: True
2009-11-18 15:22:11,000 cherrypy.msg INFO CONFIG: server.log_file:
2009-11-18 15:22:11,000 cherrypy.msg INFO CONFIG: server.log_tracebacks: True
2009-11-18 15:22:11,015 cherrypy.msg INFO CONFIG: server.log_request_headers:
True
2009-11-18 15:22:11,015 cherrypy.msg INFO CONFIG: server.protocol_version: HTT
P/1.0
2009-11-18 15:22:11,015 cherrypy.msg INFO CONFIG: server.socket_host:
2009-11-18 15:22:11,015 cherrypy.msg INFO CONFIG: server.socket_port: 8080
2009-11-18 15:22:11,015 cherrypy.msg INFO CONFIG: server.socket_file:
2009-11-18 15:22:11,015 cherrypy.msg INFO CONFIG: server.reverse_dns: False
2009-11-18 15:22:11,015 cherrypy.msg INFO CONFIG: server.socket_queue_size: 5
2009-11-18 15:22:11,015 cherrypy.msg INFO CONFIG: server.thread_pool: 10
2009-11-18 15:22:12,328 cherrypy.msg INFO HTTP: Serving HTTP on http://0.0.0.0:8
080/

Do i need to modify the openerp webserver config file??
Please help me, how to solve this problem.

thanks


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 19, 2009 10:47 am 
Offline

Joined: Fri Jan 04, 2008 10:16 am
Posts: 16
hi shaikkalesha,

i testing it today and it works on this point for me but i'm on Linux Cent OS 5.3.
Do you install the new trunk wit python setup.py install?

Make sure in default.cfg in your openerp-web/config/ direcotry the server and port is the right one.

bye jada

@ all others i had a problem with configuring the database connection if i create a new shema i get the following error by clicking on connect to Database

'ascii' codec can't encode character u'\xbb' in position 37: ordinal not in range(128)

Can anybody help to fix this?

Tanks


Top
 Profile  
 
 Post subject: Re: BI Module installation
PostPosted: Thu Mar 11, 2010 1:17 pm 
Offline

Joined: Mon Mar 08, 2010 8:29 pm
Posts: 13
Quote:
Hello sandhyarao,
Have u taken the branch of bi client?

lp:~openerp/openobject-bi/client-new-trunk

after install,
run this client. then its work successfully.

Thanks,
:)

Hi
Please i don't knows how to install this brach
thanks for helping
Regards


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 12, 2010 12:02 pm 
Offline

Joined: Mon Mar 08, 2010 8:29 pm
Posts: 13
Quote:
Hello,

On windows xp you need to add have sqlalchemy.

You can get it from http://www.sqlalchemy.org/download.html

Unzip the folder you downloaded.

Open the extracted folder and move to the lib folder. Copy sqlalchemy folder from there

Paste that folder / add folder (copied one) in to library.zip in server folder in program files.

You need to have the olap, olap_sale folder in your server addons. You can get olap modules from trunk-extra-addons.

Try installing olap if it gives error of the sqlalchemy in that case paste the sqlalchemy folder(tht previously we copied) in to the olap folder in your addons directory of the server .

To test and run you need to have the bi web client from launchpad lp:~openerp/openobject-bi/client-new-trunk)

I hope this will be helpful in running the bi.


Hi
asb said that we need to have the bi web client
but i dont know how to use it? can some one give me more informations

i have this message
Quote:
The path '/browser' was not found.

Traceback (most recent call last):
File "C:\Program Files\OpenERP AllInOne\Web\python25\lib\site-packages\cherrypy-3.1.2-py2.5-win32.egg\cherrypy\_cprequest.py", line 606, in respond
cherrypy.response.body = self.handler()
File "C:\Program Files\OpenERP AllInOne\Web\python25\lib\site-packages\cherrypy-3.1.2-py2.5-win32.egg\cherrypy\_cperror.py", line 227, in __call__
raise self
NotFound: (404, "The path '/browser' was not found.")


thanks
Regards


Top
 Profile  
 
 Post subject:
PostPosted: Wed Mar 17, 2010 5:23 pm 
Offline

Joined: Wed Feb 24, 2010 4:48 pm
Posts: 120
Location: Huelva, Spain
Quote:
Fighting with this for a few hours now, read your suggestions over and over again but still keep getting error running web-client, here is the traceback:

Code:
pavel@pavel-laptop:~$ start-openerp-web
Traceback (most recent call last):
  File "/usr/bin/start-openerp-web", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2562, in <module>
    working_set.require(__requires__)
  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


Any ideas?
Thanks


try with this http://www.openerp.com/forum/topic15328.html?sid=6c9ab779c12943158574e1949be7e8c3


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 37 posts ]  Go to page Previous  1, 2, 3

All times are UTC + 2 hours


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:

Protected by Anti-Spam ACP