Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/csharp-4.0/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python Windows上的OpenERP在开始工作时不断抛出错误_Python_Windows 8.1_Openerp 7_Liclipse - Fatal编程技术网

Python Windows上的OpenERP在开始工作时不断抛出错误

Python Windows上的OpenERP在开始工作时不断抛出错误,python,windows-8.1,openerp-7,liclipse,Python,Windows 8.1,Openerp 7,Liclipse,我已经在Windows8.1上安装了openerp,当我试图用Liclipse运行一个文件时,它显示以下错误。请好好解决这个问题。。。(我是Openerp的新手) 回溯(最近一次呼叫最后一次): 文件“C:\Users\Sewwandis\Documents\Workspace\openerp-7.0\openerp server.py”,第2行,在 导入openerp 文件“C:\Users\Sewwandis\Documents\Workspace\openerp-7.0\openerp\\

我已经在Windows8.1上安装了openerp,当我试图用Liclipse运行一个文件时,它显示以下错误。请好好解决这个问题。。。(我是Openerp的新手)

回溯(最近一次呼叫最后一次):
文件“C:\Users\Sewwandis\Documents\Workspace\openerp-7.0\openerp server.py”,第2行,在
导入openerp
文件“C:\Users\Sewwandis\Documents\Workspace\openerp-7.0\openerp\\uuuu init\uuuu.py”,第39行,在
导入插件
ImportError:没有名为addons的模块

Windows

  • 下载
  • 运行下载的文件
警告

在Windows 8上,您可能会看到标题为“Windows保护您的电脑”的警告。单击“更多信息”,然后继续运行

  • 接受UAC提示
  • 完成各种安装步骤
Odoo将在安装结束时自动启动

配置

  • 配置文件位于%PROGRAMFILES%\Odoo 8.0-id\server\openerp-server.conf
  • 可以编辑配置文件以连接到远程Postgresql、编辑文件位置或设置dbfilter

  • 要重新加载配置文件,请通过“服务”-Odoo服务器重新启动Odoo服务

如果您有更多详细信息,请显示此链接


Windows

  • 下载
  • 运行下载的文件
警告

在Windows 8上,您可能会看到标题为“Windows保护您的电脑”的警告。单击“更多信息”,然后继续运行

  • 接受UAC提示
  • 完成各种安装步骤
Odoo将在安装结束时自动启动

配置

  • 配置文件位于%PROGRAMFILES%\Odoo 8.0-id\server\openerp-server.conf
  • 可以编辑配置文件以连接到远程Postgresql、编辑文件位置或设置dbfilter

  • 要重新加载配置文件,请通过“服务”-Odoo服务器重新启动Odoo服务

如果您有更多详细信息,请显示此链接

Traceback (most recent call last):
  File "C:\Users\Sewwandis\Documents\Workspace\openerp-7.0\openerp-server.py", line 2, in <module>
    import openerp
  File "C:\Users\Sewwandis\Documents\Workspace\openerp-7.0\openerp\__init__.py", line 39, in <module>
    import addons
ImportError: No module named addons