#68 — README for 1.0 RC is inaccurate

by Matt Bowen last modified Jul 09, 2009 03:40 PM
State Rejected
Version:
Area Functionality
Issue type Bug
Severity Medium
Submitted by Matt Bowen
Submitted on Dec 09, 2007
Responsible Alex Clark
Target release:
Trying to install PSC 1.0RC following the readme produces a traceback:

2007-12-09 14:15:37 ERROR Zope Could not import Products.PloneSoftwareCenter
Traceback (most recent call last):
  File "/home/matt/source/tmp/tester/parts/zope2/lib/python/OFS/Application.py", line 708, in import_product
    product=__import__(pname, global_dict, global_dict, silly)
  File "/home/matt/source/tmp/tester/parts/productdistros/PloneSoftwareCenter/__init__.py", line 15, in ?
    from Products.PloneSoftwareCenter.content import validators
  File "/home/matt/source/tmp/tester/parts/productdistros/PloneSoftwareCenter/content/__init__.py", line 11, in ?
    import PSCRelease
  File "/home/matt/source/tmp/tester/parts/productdistros/PloneSoftwareCenter/content/PSCRelease.py", line 20, in ?
    from Products.AddRemoveWidget import AddRemoveWidget
ImportError: No module named AddRemoveWidget

Additionally, PSC does not appear in the quick installer screen (traceback above care of debug mode).

PSC depends on AddRemoveWidget but does not say or so include the widget in its tarball. Please append the readme before release.
Steps to reproduce:
Install PSC 1.0RC into a fresh Plone 2.5.5 install, start Zope.
Added by Alex Clark on Dec 10, 2007 03:52 AM
Issue state: unconfirmedrejected
Responsible manager: (UNASSIGNED)aclark
This has already been fixed in trunk, look for it in the next release. Additionally, the 1.0-rc1 tarball is *not* a bundle (i.e. it makes no claim to include dependencies).

No responses can be added.