This question has been flagged
2 Replies
3519 Views

Hi, im trying to install openerp-server-7.0.4 on windows 7 but when i executed setup.py command i get the following error:

E:\openerp-server-6.0.4>setup.py build
  running build
  running build_py
  running egg_info
  writing requirements to openerp_server.egg-info\requires.txt
  writing openerp_server.egg-info\PKG-INFO
  writing top-level names to openerp_server.egg-info\top_level.txt
  writing dependency_links to openerp_server.egg-info\dependency_links.txt
  reading manifest file 'openerp_server.egg-info\SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  warning: no files found matching 'bin\server.cert'
  warning: no files found matching 'bin\server.pkey'
  warning: no files found matching 'bin\gpl.txt'
  warning: no previously-included files matching '*pyc' found anywhere in distribution
  warning: no previously-included files matching '*~' found anywhere in distribution
  writing manifest file 'openerp_server.egg-info\SOURCES.txt'
  running build_scripts
  copying openerp-server -> build\scripts-2.7
  Traceback (most recent call last):
    File "E:\openerp-server-6.0.4\setup.py", line 269, in <module>
      z = zipfile.ZipFile(zipfile_path, 'a')
    File "C:\Python27\lib\zipfile.py", line 703, in __init__
      self.fp = open(file, modeDict[mode])
  IOError: [Errno 2] No such file or directory: 'dist\\library.zip'

E:\openerp-server-6.0.4>
  • Can you provide any solution please?
Avatar
Discard
Best Answer

Is there any reason you install versopm 6.0.4? openERP V7 is the LTS and the version people are using now.

The error is about a file library.zip which is zupposed to be in the folder dist.

Avatar
Discard
Author Best Answer

Hi, thing is theres no DIST folder on the ROOT of openerp-server-6.0.4, then consecuently no library.zip is found, how can i get it, because i just downloaded the package and uncompress it, and then i tried to build it via setup.py.

There's no specific reason i just want to install openERP source to check how it works, and maybe to develop some modules, but i need to install and run it just to get involved, one more thing i wonder if you have some manuals about the use, configuration for DataBase, to get it running please, whats the difference between openERP-web, server and client, i can deduce it, but i need to know when i should use one of them instead of other.

Avatar
Discard