[Bug 543159] Review Request: zeitgeist - Framework providing Desktop activity awareness

bugzilla at redhat.com bugzilla at redhat.com
Fri Jan 22 17:54:40 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=543159

--- Comment #12 from Deji Akingunola <dakingun at gmail.com> 2010-01-22 12:54:35 EST ---
(In reply to comment #11)
> (In reply to comment #8)
> > > - Are you sure, you have all the nessessary BR?
> > >   (Hint: look into zeitgeist-0.3.2/zeitgeist/client.py +30 or just into 
> > That does not a denote a missing BR, if anything it point to a missing runtime
> > 'Requires'.
> > However the minidom module you're referring to in that file is shipped in the
> > python package, so no need for extra 'Requires'.
> 
> 
> Sorry, should be 'R' and not 'BR'.
> 
> Hmm, try run:
> '''
> import xml.dom.minidom
> print xml.dom.minidom.__file__
> '''
> 
> This prints:
> /usr/lib64/python2.6/site-packages/_xmlplus/dom/minidom.pyc
> 
> $ yum provides /usr/lib64/python2.6/site-packages/_xmlplus/dom/minidom.pyc
> [...]
> PyXML-0.8.4-15.x86_64 : XML libraries for python
> [...]
> 
> To what file shippend in the python package are you refering to?    
[deji at rhema ~]$ rpm -q PyXML
package PyXML is not installed
[deji at rhema ~]$ python
Python 2.6.2 (r262:71600, Aug 21 2009, 12:23:57) 
[GCC 4.4.1 20090818 (Red Hat 4.4.1-6)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import xml.dom.minidom
>>> print xml.dom.minidom.__file__
/usr/lib64/python2.6/xml/dom/minidom.pyc
>>> exit()
[deji at rhema ~]$ rpm -q --whatprovides /usr/lib64/python2.6/xml/dom/minidom.pyc
python-2.6.2-2.fc12.x86_64

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list