Questo sito utilizza cookie per le proprie funzionalità e per inviarti pubblicità e servizi in linea con le tue preferenze. Chiudendo questo banner, scorrendo questa pagina o cliccando qualunque suo elemento acconsenti all’uso dei cookie.

Accedendo al link http://www.odoo-italia.org/index.php/home/cookie-policy puoi leggere in dettaglio le modalità di trattamento dei cookie da parte dell'Associazione Odoo Italia.

Benvenuto, Ospite
Nome utente: Password: Ricordami

ARGOMENTO: Openerp 6.1 su Mac OSX 10.7

Openerp 6.1 su Mac OSX 10.7 6 Anni 3 Mesi fa #9001

  • lsf1980
  • Avatar di lsf1980
  • Offline
  • Senior Boarder
  • Messaggi: 78
  • Karma: 0
Ciao a tutti, dovrei installare OpenERP 6.1 su un portatile MAC OSX 10.7. Qualcuno conosce qualche tutorial?

Ho anche visto che cè un pacchetto All-in One direttamente su openerp.com, di cosa si tratta? Dai loghi vedo ance la mela di MAC.
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re:Openerp 6.1 su Mac OSX 10.7 6 Anni 3 Mesi fa #9003

  • enlightx
  • Avatar di enlightx
  • Online
  • Platinum Boarder
  • Messaggi: 6064
  • Ringraziamenti ricevuti 638
  • Karma: 85
Ciao, si tratta un un archivio con i sorgenti di server, web e addons, ma si tratta comunque di sorgenti.

l'installazione sotto mac non è diversa da quella linux, devi semplicemente installare le dipendente e lanciare openerp.

per le dipendenze, python 2.7 e tutto il resto ti converrà usare homebrew o macports

se sei pratico di python e non vuoi installare homebrew & C. puoi usare questo:

pypi.python.org/pypi/anybox.buildbot.openerp/0.7
Davide Corio
Odoo Solution Architect
email: Questo indirizzo email è protetto dagli spambots. È necessario abilitare JavaScript per vederlo.
web: www.davidecorio.com
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re:Openerp 6.1 su Mac OSX 10.7 6 Anni 3 Mesi fa #9006

  • luca81
  • Avatar di luca81
  • Offline
  • Senior Boarder
  • Messaggi: 64
  • Ringraziamenti ricevuti 1
  • Karma: 1
@ lsf1980

Ciao, io su OSX 10.8 ho optato per una soluzione un pelo alternativa: ho creato un server virtuale Fedora con VirtualBOX, lasciando però OpenERP sul Mac.
In pratica, tutte le librerie python e il server PostgreSQL si trovano sul server virtuale Fedora (guest), mentre la cartella con OpenERP e i vari moduli si trovano sul Mac (host). I due comunicano tramite una semplice apertura della porta 8069 da parte del guest e una cartella condivisa da parte dell'host. In questo modo, posso programmare e usare l'interfaccia web di O.E. dal Mac senza stare a sporcarmi il sistema con pacchettini e librerie varie non native. È, ovviamente, solo un ambiente di sviluppo e non un live, ma posso cancellarlo in qualsiasi momento o spostarlo su di un altro computer semplicemente copiando un file e una cartella :-)
Per quanto possa sembrare complessa, in realtà è molto più semplice da realizzare di quanto si possa pensare.
Luca Crea
EUROPA s.a.s. — www.europa-ge.com
LinkedIn Profile — http://www.linkedin.com/in/lucacrea/it
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re:Openerp 6.1 su Mac OSX 10.7 6 Anni 3 Mesi fa #9007

  • lsf1980
  • Avatar di lsf1980
  • Offline
  • Senior Boarder
  • Messaggi: 78
  • Karma: 0
enlightx ha scritto:
Ciao, si tratta un un archivio con i sorgenti di server, web e addons, ma si tratta comunque di sorgenti.

l'installazione sotto mac non è diversa da quella linux, devi semplicemente installare le dipendente e lanciare openerp.

per le dipendenze, python 2.7 e tutto il resto ti converrà usare homebrew o macports

se sei pratico di python e non vuoi installare homebrew & C. puoi usare questo:

pypi.python.org/pypi/anybox.buildbot.openerp/0.7

Ho deciso di rinunciare ad installare OpenERP direttamente in MAC OSX e ho installato VirtualBox con Ubuntu 10.04 come detto da Luca.

Quindi ho seguito la guida http://www.omniasolutions.eu/OmniaSolutions/index.php?option=com_content&view=article&id=39%3Aopenerp-61-installazione-su-debianubun-tu&catid=21%3Atechnical-momento&Itemid=30&lang=it

Tutto bene (almeno credo) fino al punto 6. Purtroppo all'avvio in test del server ottengo dei errori :(
openerp@t7thl-laptop:~$ /opt/openerp/server/openerp-server
2012-11-01 13:11:20,957 16531 INFO ? openerp: OpenERP version 6.1-1
2012-11-01 13:11:20,957 16531 INFO ? openerp: addons paths: /opt/openerp/server/openerp/addons
2012-11-01 13:11:20,957 16531 INFO ? openerp: database hostname: localhost
2012-11-01 13:11:20,957 16531 INFO ? openerp: database port: 5432
2012-11-01 13:11:20,957 16531 INFO ? openerp: database user: openerp
2012-11-01 13:11:20,962 16531 INFO ? openerp.service.netrpc_server: starting NET-RPC service on 0.0.0.0:8070
2012-11-01 13:11:20,962 16531 INFO ? openerp.netsvc: Starting 1 services
2012-11-01 13:11:21,128 16531 WARNING ? openerp.wsgi.core: Werkzeug module unavailable, falling back to wsgiref.
2012-11-01 13:11:21,129 16531 INFO ? openerp.wsgi.core: HTTP service (wsgiref) running on 0.0.0.0:8069
2012-11-01 13:11:21,126 16531 CRITICAL ? openerp.modules.module: Couldn't load module web
2012-11-01 13:11:21,133 16531 CRITICAL ? openerp.modules.module: No module named werkzeug.contrib.sessions
2012-11-01 13:11:21,133 16531 ERROR ? openerp: Failed to load server-wide module `web`.
The `web` module is provided by the addons found in the `openerp-web` project.
Maybe you forgot to add those addons in your addons_path configuration.
Traceback (most recent call last):
  File "/opt/openerp/server/openerp-server", line 252, in <module>
    openerp.modules.module.load_openerp_module(m)
  File "/opt/openerp/server/openerp/modules/module.py", line 409, in load_openerp_module
    __import__('openerp.addons.' + module_name)
  File "/opt/openerp/server/openerp/modules/module.py", line 139, in load_module
    mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
  File "/opt/openerp/server/openerp/addons/web/__init__.py", line 3, in <module>
    from . import common
  File "/opt/openerp/server/openerp/addons/web/common/__init__.py", line 2, in <module>
    from . import http
  File "/opt/openerp/server/openerp/addons/web/common/http.py", line 21, in <module>
    import werkzeug.contrib.sessions
ImportError: No module named werkzeug.contrib.sessions
2012-11-01 13:11:21,134 16531 INFO ? openerp: OpenERP server is running, waiting for connections...

Come mai????
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re:Openerp 6.1 su Mac OSX 10.7 6 Anni 3 Mesi fa #9008

  • lsf1980
  • Avatar di lsf1980
  • Offline
  • Senior Boarder
  • Messaggi: 78
  • Karma: 0
lsf1980 ha scritto:
enlightx ha scritto:
Ciao, si tratta un un archivio con i sorgenti di server, web e addons, ma si tratta comunque di sorgenti.

l'installazione sotto mac non è diversa da quella linux, devi semplicemente installare le dipendente e lanciare openerp.

per le dipendenze, python 2.7 e tutto il resto ti converrà usare homebrew o macports

se sei pratico di python e non vuoi installare homebrew & C. puoi usare questo:

pypi.python.org/pypi/anybox.buildbot.openerp/0.7

Ho deciso di rinunciare ad installare OpenERP direttamente in MAC OSX e ho installato VirtualBox con Ubuntu 10.04 come detto da Luca.

Quindi ho seguito la guida http://www.omniasolutions.eu/OmniaSolutions/index.php?option=com_content&view=article&id=39%3Aopenerp-61-installazione-su-debianubun-tu&catid=21%3Atechnical-momento&Itemid=30&lang=it

Tutto bene (almeno credo) fino al punto 6. Purtroppo all'avvio in test del server ottengo dei errori :(
openerp@t7thl-laptop:~$ /opt/openerp/server/openerp-server
2012-11-01 13:11:20,957 16531 INFO ? openerp: OpenERP version 6.1-1
2012-11-01 13:11:20,957 16531 INFO ? openerp: addons paths: /opt/openerp/server/openerp/addons
2012-11-01 13:11:20,957 16531 INFO ? openerp: database hostname: localhost
2012-11-01 13:11:20,957 16531 INFO ? openerp: database port: 5432
2012-11-01 13:11:20,957 16531 INFO ? openerp: database user: openerp
2012-11-01 13:11:20,962 16531 INFO ? openerp.service.netrpc_server: starting NET-RPC service on 0.0.0.0:8070
2012-11-01 13:11:20,962 16531 INFO ? openerp.netsvc: Starting 1 services
2012-11-01 13:11:21,128 16531 WARNING ? openerp.wsgi.core: Werkzeug module unavailable, falling back to wsgiref.
2012-11-01 13:11:21,129 16531 INFO ? openerp.wsgi.core: HTTP service (wsgiref) running on 0.0.0.0:8069
2012-11-01 13:11:21,126 16531 CRITICAL ? openerp.modules.module: Couldn't load module web
2012-11-01 13:11:21,133 16531 CRITICAL ? openerp.modules.module: No module named werkzeug.contrib.sessions
2012-11-01 13:11:21,133 16531 ERROR ? openerp: Failed to load server-wide module `web`.
The `web` module is provided by the addons found in the `openerp-web` project.
Maybe you forgot to add those addons in your addons_path configuration.
Traceback (most recent call last):
  File "/opt/openerp/server/openerp-server", line 252, in <module>
    openerp.modules.module.load_openerp_module(m)
  File "/opt/openerp/server/openerp/modules/module.py", line 409, in load_openerp_module
    __import__('openerp.addons.' + module_name)
  File "/opt/openerp/server/openerp/modules/module.py", line 139, in load_module
    mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
  File "/opt/openerp/server/openerp/addons/web/__init__.py", line 3, in <module>
    from . import common
  File "/opt/openerp/server/openerp/addons/web/common/__init__.py", line 2, in <module>
    from . import http
  File "/opt/openerp/server/openerp/addons/web/common/http.py", line 21, in <module>
    import werkzeug.contrib.sessions
ImportError: No module named werkzeug.contrib.sessions
2012-11-01 13:11:21,134 16531 INFO ? openerp: OpenERP server is running, waiting for connections...

Come mai????

Ho installato Werkzeug con il gestore dei pacchetti ... ora gli errori sembrano diminuiti ma non scomparsi :(
the7thlord@the7thlord-laptop:~$  /opt/openerp/server/openerp-server
2012-11-01 14:27:17,902 1578 INFO ? openerp: OpenERP version 6.1-1
2012-11-01 14:27:17,903 1578 INFO ? openerp: addons paths: /opt/openerp/server/openerp/addons
2012-11-01 14:27:17,903 1578 INFO ? openerp: database hostname: localhost
2012-11-01 14:27:17,903 1578 INFO ? openerp: database port: 5432
2012-11-01 14:27:17,903 1578 INFO ? openerp: database user: the7thlord
2012-11-01 14:27:17,908 1578 INFO ? openerp.service.netrpc_server: starting NET-RPC service on 0.0.0.0:8070
2012-11-01 14:27:17,908 1578 INFO ? openerp.netsvc: Starting 1 services
2012-11-01 14:27:17,967 1578 INFO ? openerp.wsgi.core: HTTP service (werkzeug) running on 0.0.0.0:8069
2012-11-01 14:27:18,229 1578 CRITICAL ? openerp.modules.module: Couldn't load module web
2012-11-01 14:27:18,229 1578 CRITICAL ? openerp.modules.module: No module named wsgi
2012-11-01 14:27:18,229 1578 ERROR ? openerp: Failed to load server-wide module `web`.
The `web` module is provided by the addons found in the `openerp-web` project.
Maybe you forgot to add those addons in your addons_path configuration.
Traceback (most recent call last):
  File "/opt/openerp/server/openerp-server", line 252, in <module>
    openerp.modules.module.load_openerp_module(m)
  File "/opt/openerp/server/openerp/modules/module.py", line 409, in load_openerp_module
    __import__('openerp.addons.' + module_name)
  File "/opt/openerp/server/openerp/modules/module.py", line 139, in load_module
    mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
  File "/opt/openerp/server/openerp/addons/web/__init__.py", line 3, in <module>
    from . import common
  File "/opt/openerp/server/openerp/addons/web/common/__init__.py", line 2, in <module>
    from . import http
  File "/opt/openerp/server/openerp/addons/web/common/http.py", line 26, in <module>
    import werkzeug.wsgi
ImportError: No module named wsgi
2012-11-01 14:27:18,233 1578 INFO ? openerp: OpenERP server is running, waiting for connections...
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re:Openerp 6.1 su Mac OSX 10.7 6 Anni 3 Mesi fa #9012

  • NicoTheBrush
  • Avatar di NicoTheBrush
  • Offline
  • Platinum Boarder
  • Messaggi: 1952
  • Ringraziamenti ricevuti 156
  • Karma: 46
Se segui la guida nel wiki scarichi tutto da launchpad invece che usare i tar files (utile per i futuri aggiornamenti)

wiki.openerp-italia.org/doku.php/area_te...ubuntu_12.04/openerp
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.
Tempo creazione pagina: 0.135 secondi

Odoo Italia Associazione - C.F: 94200470485 - Sede: Viale dei Cadorna, 83 - Firenze - Italy

Protected by R Antispam