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 ?