Question #239632 on OERPScenario changed:
https://answers.launchpad.net/oerpscenario/+question/239632

rasamkaz gave more information on the question:
I generated the buildout located in readme.rst :
[ buildout ]
Units = openerp
behave
erppeek
versions = versions
find- links = http://download.gna.org/pychart/

[ openerp ]
recipe = anybox.recipe.openerp : server
eggs = num2words
version = path . / src / server /
local addons = . / src / web / addons
         local ./src/addons7
         local . / src / modules
local . / src / oerpscenario

with_devtools = true

options.admin_passwd = openerp
options.db_host = localhost
options.db_name = dbopenerp
options.db_user = openerp
options.db_pass = openerp
# = options.logfile etc / openerp.log
openerp_command_name = ow

self -checkout = behave
    behaving
ERPpeek

[ behave ]
recipe = zc.recipe.egg
interpreter = python
extra-paths = $ { buildout : directory } / share / server

[ erppeek ]
recipe = zc.recipe.egg


[ python ]
recipe = zc.recipe.egg
interpreter = erp_python
extra-paths = $ { buildout : directory } / share / server

eggs = behave
       behaving
       ERPpeek
       mock
       unittest2
       MarkupSafe
       Pillow
       PyXML
       babel
       feedparser
       gdata
       lxml
       mako
       psycopg2
       pychart
       pydot
       pyparsing
       python- dateutil
       python -ldap
       python- openid
       pytz
       pywebdav
       PyYAML
       reportlab
       simplejson
       vatnumber
       vobject
       werkzeug
       xlwt
       docutils

scripts =
     ipython


[ versions]
MarkupSafe = 0.15
Pillow = 1.7.7
PyXML = 0.8.4
babel = 0.9.6
feedparser = 5.1.1
gdata = 2.0.16
lxml = 2.3.3
mako = 0.6.2
psycopg2 = 2.4.4
pychart = 1.39
pydot = 1.0.28
pyparsing = 1.5.6
python- dateutil = 1.5
python -ldap = 2.4.9
python- openid = 2.2.5
pytz = 2012b
pywebdav = 0.9.4.1
PyYAML = 3.10
reportlab = 2.5
simplejson = 2.4.0
vatnumber = 1.0
vobject = 0.8.1c
werkzeug = 0.8.3
xlwt = 0.7.3
zc.buildout = 1.5.2
zc.recipe.egg = 1.3.2
zsi = 2.0 - rc3
behave = 1.2.3
ERPpeek = 1.4.5
behaving = 0.4

then I started the test: bin / behave oerpscenario / features
I optiens an error:

Traceback ( most recent call last ) :
  File " bin / behave" , line 13 , in <module>
    sys.exit ( behave.__main__.main ())
  File " / home/tahina/virtuel/eggs/behave-1.2.3-py2.7.egg/behave/__main__.py " 
, line 111, in main
    runner.run failed = ()
  File " / home/tahina/virtuel/eggs/behave-1.2.3-py2.7.egg/behave/runner.py " , 
line 474, in run
    self.run_with_paths return ( )
  File " / home/tahina/virtuel/eggs/behave-1.2.3-py2.7.egg/behave/runner.py " , 
line 486, in run_with_paths
    self.run_hook (' before_all ' , context)
  File " / home/tahina/virtuel/eggs/behave-1.2.3-py2.7.egg/behave/runner.py " , 
line 465, in run_hook
    self.hooks [name] (context , * args)
  File " / home / tahina / virtual / src / oerpscenario / features / 
environment.py " , line 16 , in before_all
    server = erppeek.start_openerp_services ( OPENERP_ARGS )
  File " / 
home/tahina/.virtualenvs/essai/local/lib/python2.7/site-packages/erppeek.py " , 
line 230 , in start_openerp_services
    import openerp
ImportError : No module named openerp

I do not know what to do! thank you

-- 
You received this question notification because you are a member of C2C
OERPScenario, which is an answer contact for OERPScenario.

_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help   : https://help.launchpad.net/ListHelp

Reply via email to