← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 365547] Re: Can't launch Etiny, ImportError: No module named _cpconfig

 

[V5 & V6]

Hello,

I have the same error, I think that the problem is generate by the populate.sh. If I take a fresh web client, If I run the script lib/populate.sh , 
If I lauch the client with ./openerp-web.py , I have this traceback :

/home/vrenaville/tmpinstance/6Uptodate/web-client/lib/formencode/api.py:10: UserWarning: Module simplejson was already imported from /home/vrenaville/tmpinstance/6Uptodate/web-client/lib/simplejson/__init__.pyc, but /usr/lib/pymodules/python2.6 is being added to sys.path
  from pkg_resources import resource_filename
Traceback (most recent call last):
  File "./openerp-web.py", line 11, in <module>
    from openobject.commands import start, ConfigurationError
  File "/home/vrenaville/tmpinstance/6Uptodate/web-client/openobject/commands.py", line 8, in <module>
    from cherrypy._cpconfig import as_dict
ImportError: cannot import name as_dict

I think that populate.sh do not take the right version of cherrypy.


Thanks for your help,

Vincent

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/365547

Title:
  Can't launch Etiny, ImportError: No module named _cpconfig

Status in OpenERP Web Client:
  Invalid

Bug description:
  With trunk version can't launch Etiny, raise an error about cherryp
  _cpconfig

  franck@franck-laptop:~/workspace/src/trunk/openobject/client-web$ ./start-openerp-web.py 
  Traceback (most recent call last):
    File "./start-openerp-web.py", line 11, in <module>
      from openerp.commands import start, ConfigurationError
    File "/home/franck/workspace/src/trunk/openobject/client-web/openerp/commands.py", line 11, in <module>
      from cherrypy._cpconfig import as_dict
  ImportError: No module named _cpconfig