Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
2 Antworten
7409 Ansichten

Hi, Im a newbie to OpenERP development environment and after successfully installing the server on my system[i can log in to the application at 0.0.0.0:8069, am stuck at trying to setup a workspace to debug Open ERP.

I have downloaded PyDev from Aptana and tried to import the source folder from the website directly into a workspace.

I see a package[folder actually] called cli/ and it contains a file that looks like the main server code.

I try to run server.py using the Python 2.7 interpreter and it gives me the following error

> >       from . import Command
> > ValueError - Attempted relative import
> > in non-package.

Are there any links on Pydev or in Openerp pages for helping up setup a workspace ?

Avatar
Verwerfen
Beste Antwort

You need to create 'Run Configuration'. The starting script is openerp-server in the server folder. Of course you need to define the project as PyDev project and configure the Python interpreter.

I'm using the following settings in my run configuration

Main Module:

    ${workspace_loc:OpenERP 7.0/server/openerp-server}

Note that browse button shows only .py files. You can select openerp-wsgi.py and change the name to openerp-server after selection.

In Arguments tab, you should add start-up parameters like:

    --db_user=UserName  --addons-path=AddonsPath1,AddonsPath2
Avatar
Verwerfen
Autor

ok. This looks like the problem all right. thanks..and sorry for the late acknowledgement. I downloaded the source directly from the website, and it does not have openerp-wsgi.py. I will do this from launchpad now..

Beste Antwort

refer this friend.its a collection of information from openerp related blogs

See this BLOG

Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
0
März 15
3878
0
März 15
3873
1
Aug. 16
6196
0
Dez. 15
3550
2
Feb. 24
10844