Navigation

    Odoo 中文社区

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Popular
    • Users
    • Groups

    Odoo中文社区可以通过以下两个域名访问:shine-it.net , odoo.net.cn

    由于系统升迁的原因,本论坛部分较早期的内容存在格式和链接损坏失效的问题,并非本论坛系统本身的缺陷,望谅解

    本社区没有维护任何QQ群讨论组,任何与本社区同名的QQ群讨论组的言论与本社区无关!

    开发人员可以登录gitter讨论组: http://gitter.im/odoo-china/Talk, 需要github账号

    如果您登录系统碰到问题,请在微信公众号留言:

    Openerp-web安装后,不能正常工作

    Odoo 新手求助
    3
    6
    5690
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • 镜
      镜子 last edited by

      我在ubuntu9.10上安装openerp,步骤安装根据http://shine-it.net/index.php/topic,1064.0.html,但是安装openerp-web。操作如下:sudo easy_install -U openerp-web。然后执行openerp-web时,出现如下错误:

      Traceback (most recent call last):
        File "/usr/local/bin/openerp-web", line 8, in <module>
          load_entry_point('openerp-web==5.0.6', 'console_scripts', 'openerp-web')()
        File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 277, in load_entry_point
          return get_distribution(dist).load_entry_point(group, name)
        File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 2180, in load_entry_point
          return ep.load()
        File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1913, in load
          entry = import(self.module_name, globals(),globals(), ['name'])
        File "/usr/local/lib/python2.6/dist-packages/openerp_web-5.0.6-py2.6.egg/openerp/commands.py", line 11, in <module>
          from cherrypy._cpconfig import as_dict
      ImportError: cannot import name as_dict
      请大家帮我指点指点。

      1 Reply Last reply Reply Quote 0
      • mrshelly
        mrshelly last edited by

        看起来, 你的 cherry3 安装的时候, 应该是出了错...

        1 Reply Last reply Reply Quote 0
        • 镜
          镜子 last edited by

          我重新安装的时候,也是这样。能指点下,我现在该怎么安装呢

          1 Reply Last reply Reply Quote 0
          • mrshelly
            mrshelly last edited by

            关键是你按文章 安装的时候, 有没有什么异常发生.

            1 Reply Last reply Reply Quote 0
            • W
              Wingedox last edited by

              重新安装 cherry,需要 3.1.2,自动安装的是 3.2.0


              easy_install cherrypy==3.1.2

              1 Reply Last reply Reply Quote 0
              • First post
                Last post