Bug 462972 - tg-admin fails with an exception
Summary: tg-admin fails with an exception
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: TurboGears
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Luke Macken
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-09-19 22:20 UTC by Daniel Berrangé
Modified: 2016-09-20 02:38 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-09-21 03:13:50 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Daniel Berrangé 2008-09-19 22:20:27 UTC
Description of problem:
tg-admin simply doesn't work at all

Version-Release number of selected component (if applicable):
TurboGears-1.0.4.4-3.fc10.noarch

How reproducible:
Always

Steps to Reproduce:
1. # tg-admin
2.
3.
  
Actual results:
$ tg-admin 
Traceback (most recent call last):
  File "/usr/bin/tg-admin", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2561, in <module>
    working_set.require(__requires__)
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 626, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 524, in resolve
    raise DistributionNotFound(req)  # XXX put more info here
pkg_resources.DistributionNotFound: PEAK-Rules>=0.5a1.dev-r2555

Expected results:
No exception

Additional info:

Comment 1 Luke Macken 2008-09-21 03:13:50 UTC
python-peak-rules is built for devel, and I built python-turbojson-1.2.1-2.fc10 a few days ago which should pull it in.


Note You need to log in before you can comment on or make changes to this bug.