Bug 207830

Summary: TB31e7d981 system-install-packages:109:populatePackages:AttributeError: 'SinglePackageInstaller' object has no attribute 'read_ts'
Product: [Fedora] Fedora Reporter: Ismail Asci <ismail.asci>
Component: system-config-packagesAssignee: Jeremy Katz <katzj>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-25 13:34:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ismail Asci 2006-09-24 06:39:13 UTC
Description of problem:

When i run "system-install-packages bla.rpm" or click an rpm package getting
this error...

Component: Software Installer
Summary: TB31e7d981 system-install-packages:109:populatePackages:AttributeError:
'SinglePackageInstaller' object has no attribute 'read_ts'

Traceback (most recent call last):
  File "/usr/sbin/system-install-packages", line 244, in ?
    main()
  File "/usr/sbin/system-install-packages", line 240, in main
    pkginst.run()
  File "/usr/sbin/system-install-packages", line 230, in run
    self.doRefresh()
  File "/usr/sbin/system-install-packages", line 90, in doRefresh
    self.populatePackages()
  File "/usr/sbin/system-install-packages", line 109, in populatePackages
    po = YumLocalPackage(ts=self.read_ts, filename=pkg)
AttributeError: 'SinglePackageInstaller' object has no attribute 'read_ts'

Local variables in innermost frame:
installs: []
self: <__main__.SinglePackageInstaller object at 0xa12ec2c>
updates: []
pkg: Depo/skype-1.2.0.18-fc3.i586.rpm

Comment 1 Jeremy Katz 2006-09-25 13:34:08 UTC

*** This bug has been marked as a duplicate of 205890 ***