c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #14593
[Bug 710813] [NEW] python pywebdavfeedparser module in requires.txt
Public bug reported:
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
** Affects: openobject-addons
Importance: Undecided
Status: New
** Tags: module python pywebdavfeedparser
--
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:
python pywebdavfeedparser module in requires.txt
Status in OpenERP Modules (addons):
New
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
Follow ups
References