Hello, I think you have not completed your installation steps properly So I am suggesting you to follow the installation steps from following link: http://doc.openerp.com/v6.0/install/linux/index.html
If the problem steel persist then would you please elaborate your issue more clearly. You can attach screen shot or related video So we can get more. I have checked your above comments but I am not able to understand your exact problem that Weather the problem is package related or OpenERP module related. Thanks. -- You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to the OpenERP Project Group. https://bugs.launchpad.net/bugs/716424 Title: [6.0.1 stable] [Errno 2] No such file or directory: '/xxxxxxxx/xxxxxxx/openerp-server-6.0.1/addons' Status in OpenERP Server: Incomplete Bug description: I am trying to install the new version 6.0.1 of OpenERP on Fedora Core 14 (FC14) and by now everything is ok (see my recipe "from cero install" attached if you want to replicate the problem). The problem is when I try to use the GTK Windows interface to create the new database in my server. I get the folowing error in my server (see my error log in the attached): [root@erpserver ~]# cat /var/log/openerp/openerp-server.log [2011-02-10 09:10:39,098][?] INFO:server:OpenERP version - 6.0.1 [2011-02-10 09:10:39,098][?] INFO:server:addons_path - /home/openerp/openerp-server-6.0.1/bin/addons [2011-02-10 09:10:39,098][?] INFO:server:database hostname - localhost [2011-02-10 09:10:39,098][?] INFO:server:database port - 5432 [2011-02-10 09:10:39,098][?] INFO:server:database user - openerp [2011-02-10 09:10:39,099][?] INFO:server:initialising distributed objects services [2011-02-10 09:10:39,293][?] INFO:web-services:starting HTTP service at 0.0.0.0 port 8069 [2011-02-10 09:10:39,294][?] INFO:web-services:starting HTTPS service at 0.0.0.0 port 8071 [2011-02-10 09:10:39,294][?] INFO:web-services:Registered XML-RPC over HTTP [2011-02-10 09:10:39,295][?] INFO:web-services:starting NET-RPC service at 0.0.0.0 port 8070 [2011-02-10 09:10:39,295][?] INFO:server:Starting 3 services [2011-02-10 09:10:39,296][?] INFO:server:OpenERP server is running, waiting for connections... [2011-02-10 09:11:10,422][template1] INFO:web-services:CREATE DATABASE: testerp [2011-02-10 09:11:10,535][testerp] ERROR:web-services:[01]: CREATE DATABASE [2011-02-10 09:11:10,535][testerp] ERROR:web-services:[02]: Traceback (most recent call last): [2011-02-10 09:11:10,535][testerp] ERROR:web-services:[03]: File "/home/openerp/openerp-server-6.0.1/bin/service/web_services.py", line 95, in __call__ [2011-02-10 09:11:10,535][testerp] ERROR:web-services:[04]: tools.init_db(cr) [2011-02-10 09:11:10,535][testerp] ERROR:web-services:[05]: File "/home/openerp/openerp-server-6.0.1/bin/tools/misc.py", line 79, in init_db [2011-02-10 09:11:10,535][testerp] ERROR:web-services:[06]: for i in addons.get_modules(): [2011-02-10 09:11:10,535][testerp] ERROR:web-services:[07]: File "/home/openerp/openerp-server-6.0.1/bin/addons/__init__.py", line 306, in get_modules [2011-02-10 09:11:10,536][testerp] ERROR:web-services:[08]: plist.extend(listdir(ad)) [2011-02-10 09:11:10,536][testerp] ERROR:web-services:[09]: File "/home/openerp/openerp-server-6.0.1/bin/addons/__init__.py", line 302, in listdir [2011-02-10 09:11:10,536][testerp] ERROR:web-services:[10]: return map(clean, filter(is_really_module, os.listdir(dir))) [2011-02-10 09:11:10,536][testerp] ERROR:web-services:[11]: OSError: [Errno 2] No such file or directory: '/home/openerp/openerp-server-6.0.1/addons' Debug information: [openerp@erpserver ~]$ openerp-server --version OpenERP Server 6.0.1 [root@erpserver ~]# uname -a Linux erpserver.sigis.local 2.6.35.10-74.fc14.x86_64 #1 SMP Thu Dec 23 16:04:50 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux [root@erpserver ~]# python -V Python 2.7 [root@erpserver ~]# postgres -V postgres (PostgreSQL) 8.4.7 _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

