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在redhat下安装的问题。

    Odoo 安装指南
    3
    9
    10439
    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.
    • S
      singo last edited by

      按照这个贴: tinyerp.shine-it.net/viewthread.php?tid=184&amp ;extra=page%3D1

      的步骤安装

      前面都正常,到第7步

      /usr/local/bin/python2.5 setup.py build

      出现:

      [[email protected] tinyerp-server-4.2.2]# python setup.py build
      Error: python module psycopg (PostgreSQL module) is required
      Error: python module libxml2 (libxml2 python bindings) is required
      Error: python module libxslt (libxslt python bindings) is required

      哪位高手知道是什么原因,怎样才能正确安装好呢?

      谢了先。

      1 Reply Last reply Reply Quote 0
      • digitalsatori
        digitalsatori 管理员 last edited by

        要学会看出错信息,出错信息提醒你有几个Python的模块没有安装。

        1 Reply Last reply Reply Quote 0
        • S
          singo last edited by

          我已经安装了libxml2-2.6.27.tar.gz,libxslt-1.1.23.tar.gz,psycopg-1.1.21.tar.gz,

          能否告知还要安装什么包吗,非常感谢。

          1 Reply Last reply Reply Quote 0
          • L
            liuyuan_jq last edited by

            [[email protected] tinyerp-server-4.2.2]# python setup.py build
            Error: python module psycopg (PostgreSQL module) is required
            Error: python module libxml2 (libxml2 python bindings) is required
            Error: python module libxslt (libxslt python bindings) is required

            psycopg-python
            libxml2-python
            libxslt-python
            模块被需要

            1 Reply Last reply Reply Quote 0
            • L
              liuyuan_jq last edited by

              Error: python module psycopg (PostgreSQL module) is required (已解决)

              注意:要改一下环境变量,否则会报错说找不到libpg.so.5文件

              在postgres用户的.bash 或 .bashrc中加入

              PATH="$PATH":/usr/local/pgsql/bin

              export POSTGRES_HOME=/usr/local/pgsql

              export PGLIB=$POSTGRES_HOME/lib

              export PGDATA=$POSTGRES_HOME/data

              export MANPATH="$MANPTH":$POSTGRES_HOME/man

              export LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"$PGLIB"

              重启

              1 Reply Last reply Reply Quote 0
              • L
                liuyuan_jq last edited by

                (已解决)
                Error: python module libxml2 (libxml2 python bindings) is required
                Error: python module libxslt (libxslt python bindings) is required

                没有安装libxml2-python模块
                下载libxml2-python-2.6.21.tar.gz
                python setup.py install

                1 Reply Last reply Reply Quote 0
                • S
                  singo last edited by

                  装了libxml2-python-2.6.21.tar.gz还是会出现
                  Error: python module libxml2 (libxml2 python bindings) is required
                  Error: python module libxslt (libxslt python bindings) is required

                  liuyuan_jq能否告知为什么呢?

                  非常感谢

                  1 Reply Last reply Reply Quote 0
                  • digitalsatori
                    digitalsatori 管理员 last edited by

                    参见:
                    shine-it.net/tinyerp/viewthread.php?tid=288&extra=page%3D1

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