← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 710813] Re: setup.py : Typo error

 

** Branch linked: lp:openobject-server

-- 
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/710813

Title:
  setup.py : Typo error

Status in OpenERP Server:
  Fix Released
Status in OpenERP Server 6.0 series:
  Fix Released
Status in OpenERP Server trunk series:
  Fix Released

Bug description:
  I'm trying to install openerp-server in Linux Fedora Core 14, and I
  see that python try to install the module pywebdavfeedparser. I see
  this modules in the file /openerp_server.egg-info/requires.txt and
  then I try to install this manually using

  [root@erpserver openerp-server-6.0.1]# easy_install pywebdavfeedparser
  install_dir /usr/lib/python2.7/site-packages/
  Searching for pywebdavfeedparser
  Reading http://pypi.python.org/simple/pywebdavfeedparser/
  Couldn't find index page for 'pywebdavfeedparser' (maybe misspelled?)
  Scanning index of all packages (this may take a while)
  Reading http://pypi.python.org/simple/
  No local packages or download links found for pywebdavfeedparser
  error: Could not find suitable distribution for Requirement.parse('pywebdavfeedparser')

  I think the correct module name is PyWebDAV.

  
  Debug info:
  [root@erpserver openerp-server-6.0.1]# uname -a
  Linux erpserver.sigis.local 2.6.35.10-74.fc14.i686 #1 SMP Thu Dec 23 16:17:40 UTC 2010 i686 i686 i386 GNU/Linux

  [root@erpserver openerp-server-6.0.1]# python -V
  Python 2.7

  [root@erpserver openerp-server-6.0.1]# cat PKG-INFO
  Metadata-Version: 1.0
  Name: openerp-server
  Version: 6.0.1
  Summary: OpenERP Server
  Home-page: http://www.openerp.com
  Author: OpenERP S.A.
  Author-email: info@xxxxxxxxxxx
  License: AGPL-3
  Description: OpenERP is a complete ERP and CRM. The main features are accounting (analytic
          and financial), stock management, sales and purchases management, tasks
          automation, marketing campaigns, help desk, POS, etc. Technical features include
          a distributed server, flexible workflows, an object database, a dynamic GUI,
          customizable reports, and XML-RPC interfaces.

  Platform: UNKNOWN
  Classifier: Development Status :: 5 - Production/Stable
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
  Classifier: Programming Language :: Python





References