[CentOS] python-dbus

2011-01-31 Thread David McGuffey
What is this all about?  Seems to be related to my attempt to load
hplip-3.10.9 to support an HP Photosmart 3210 all-in-one for scanning
through saned.

from /var/log/messages:

Jan 31 20:07:26 desk python: [2851]: error: dbus failed to load
(python-dbus ver. 0.80+ required). Exiting...
Jan 31 20:07:49 desk python: hp-systray[3402]: warning: Qt/PyQt 4
initialization failed.


When I check for python-dbus with yum, it doesn't show in the nomal
mirrors.


[root@desk log]# yum info python-dbus
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
 * addons: mirrors.finalasp.com
 * base: yum.singlehop.com
 * centosplus: mirror.web-ster.com
 * extras: mirrors.finalasp.com
 * rpmforge: fr2.rpmfind.net
 * updates: mirror.trouble-free.net
addons|  951 B00:00 
base  | 2.1 kB 00:00 
centosplus| 1.9 kB 00:00 
extras| 2.1 kB 00:00 
rpmforge  | 1.1 kB 00:00 
updates   | 1.9 kB 00:00 
Excluding Packages in global exclude list
Finished
202 packages excluded due to repository priority protections
Error: No matching Packages to list
[root@desk log]# 


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] python-dbus

2011-01-31 Thread Don Krause
It's dbus-python

[dkrause@cen015-246 ~]$ yum search dbus-python
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * addons: centos-distro.cavecreek.net
 * extras: mirror.web-ster.com
 * rpmforge: fr2.rpmfind.net
= Matched: dbus-python =
dbus-python.i386 : D-Bus Python Bindings


On Jan 31, 2011, at 5:26 PM, David McGuffey wrote:

 What is this all about?  Seems to be related to my attempt to load
 hplip-3.10.9 to support an HP Photosmart 3210 all-in-one for scanning
 through saned.
 
 from /var/log/messages:
 
 Jan 31 20:07:26 desk python: [2851]: error: dbus failed to load
 (python-dbus ver. 0.80+ required). Exiting...
 Jan 31 20:07:49 desk python: hp-systray[3402]: warning: Qt/PyQt 4
 initialization failed.
 
 
 When I check for python-dbus with yum, it doesn't show in the nomal
 mirrors.
 
 
 [root@desk log]# yum info python-dbus
 Loaded plugins: fastestmirror, priorities
 Loading mirror speeds from cached hostfile
 * addons: mirrors.finalasp.com
 * base: yum.singlehop.com
 * centosplus: mirror.web-ster.com
 * extras: mirrors.finalasp.com
 * rpmforge: fr2.rpmfind.net
 * updates: mirror.trouble-free.net
 addons|  951 B00:00 
 base  | 2.1 kB 00:00 
 centosplus| 1.9 kB 00:00 
 extras| 2.1 kB 00:00 
 rpmforge  | 1.1 kB 00:00 
 updates   | 1.9 kB 00:00 
 Excluding Packages in global exclude list
 Finished
 202 packages excluded due to repository priority protections
 Error: No matching Packages to list
 [root@desk log]# 
 
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 
 __
 This email has been scanned by the MessageLabs Email Security System.
 For more information please visit http://www.messagelabs.com/email 
 __
 

--
Don Krause   

This message represents the official view of the voices in my head.








smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] python-dbus

2009-04-14 Thread Anne Wilson
On Monday 13 April 2009 23:43:43 Bob Taylor wrote:
 On Mon, 2009-04-13 at 18:47 +0100, Anne Wilson wrote:
  On Monday 13 April 2009 18:29:55 Bob Taylor wrote:
   On Mon, 2009-04-13 at 17:55 +0100, Anne Wilson wrote:
During startup there is a message about a missing python-dbus. 
Querying rpm and yum tells me that nothing provides python-dbus and
no such package exists.  What do I need?
  
   Hi Ann!
  
   ann:/etc# yum search dbus-python

 [snip]

   = Matched: dbus-python
   =
   dbus-python.i386 : D-Bus Python Bindings
   ann:/etc# rpm -q dbus-python
   dbus-python-0.70-7.el5
  
   Name switch! Confused me also!
 
  Now how the blue blazes are we supposed to guess that?  Oops -
 
  Package dbus-python-0.70-7.el5.i386 already installed and latest version
  Nothing to do

 Back to the drawing board, I guess. This business of getting a message
 that something is not installed when it *is* should *not* happen. I
 consider this a nasty bug as the error is *meaningless*. The only thing
 that comes to mind at the moment is something is looking
 in /usr/lib/python and not /usr/lib/python2.4.

I've no idea what is looking for it.  I'm inclined to ignore it until it gives 
me a problem I can identify.  The only reason I was trying to fix it was for 
tidyness.

Thanks for trying to help.

Anne
-- 
New to KDE4? - get help from http://userbase.kde.org
Just found a cool new feature?  Add it to UserBase


signature.asc
Description: This is a digitally signed message part.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] python-dbus

2009-04-14 Thread Roger Wells


Anne Wilson wrote:
 On Monday 13 April 2009 23:43:43 Bob Taylor wrote:
   
 On Mon, 2009-04-13 at 18:47 +0100, Anne Wilson wrote:
 
 On Monday 13 April 2009 18:29:55 Bob Taylor wrote:
   
 On Mon, 2009-04-13 at 17:55 +0100, Anne Wilson wrote:
 
 During startup there is a message about a missing python-dbus. 
 Querying rpm and yum tells me that nothing provides python-dbus and
 no such package exists.  What do I need?
   
 Hi Ann!

 ann:/etc# yum search dbus-python
 
 [snip]

 
 = Matched: dbus-python
 =
 dbus-python.i386 : D-Bus Python Bindings
 ann:/etc# rpm -q dbus-python
 dbus-python-0.70-7.el5

 Name switch! Confused me also!
 
 Now how the blue blazes are we supposed to guess that?  Oops -

 Package dbus-python-0.70-7.el5.i386 already installed and latest version
 Nothing to do
   
 Back to the drawing board, I guess. This business of getting a message
 that something is not installed when it *is* should *not* happen. I
 consider this a nasty bug as the error is *meaningless*. The only thing
 that comes to mind at the moment is something is looking
 in /usr/lib/python and not /usr/lib/python2.4.
 

 I've no idea what is looking for it.  I'm inclined to ignore it until it 
 gives 
 me a problem I can identify.  The only reason I was trying to fix it was for 
 tidyness.

   
Hi Anne,
hplip claims to need it:
[ro...@rwells-rh ~]$ sudo hp-check
warning: python-dbus not installed.

HP Linux Imaging and Printing System (ver. 3.9.2)
Dependency/Version Check Utility ver. 14.1

and even though it is installed:
[ro...@rwells-rh ~]$ sudo yum install dbus-python
Setting up Install Process
Parsing package install arguments
Package dbus-python-0.70-7.el5.i386 already installed and latest version
Nothing to do

hplip won't run because it thinks it isn't

recall our thread on this a while back.
Sorry to beat a dead horse.
roger
 Thanks for trying to help.

 Anne
   
 

 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
   

-- 
Roger Wells, P.E.
SAIC
221 Third St
Newport, RI 02840
401-847-4210 (voice)
401-849-1585 (fax)
roger.k.we...@saic.com

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] python-dbus

2009-04-13 Thread Anne Wilson
During startup there is a message about a missing python-dbus.  Querying rpm 
and yum tells me that nothing provides python-dbus and no such package 
exists.  What do I need?

Anne

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] python-dbus

2009-04-13 Thread Bob Taylor

On Mon, 2009-04-13 at 17:55 +0100, Anne Wilson wrote:
 During startup there is a message about a missing python-dbus.  Querying rpm 
 and yum tells me that nothing provides python-dbus and no such package 
 exists.  What do I need?

Hi Ann!

ann:/etc# yum search dbus-python
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * epel: linux.nssl.noaa.gov
 * rpmforge: apt.sw.be
 * base: mirror.anl.gov
 * updates: mirror.newnanutilities.org
 * extras: mirror.atlanticmetro.net
 * centosplus: mirror.its.uidaho.edu
 * addons: holmes.umflint.edu
epel | 2.1 kB
00:00 
rpmforge | 1.1 kB
00:00 
adobe-linux-i386 |  951 B
00:00 
base | 1.1 kB
00:00 
updates  |  951 B
00:00 
extras   | 1.1 kB
00:00 
centosplus   |  951 B
00:00 
addons   |  951 B
00:00 
= Matched: dbus-python
=
dbus-python.i386 : D-Bus Python Bindings
ann:/etc# rpm -q dbus-python
dbus-python-0.70-7.el5

Name switch! Confused me also!
-- 
Bob Taylor

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] python-dbus

2009-04-13 Thread Anne Wilson
On Monday 13 April 2009 18:29:55 Bob Taylor wrote:
 On Mon, 2009-04-13 at 17:55 +0100, Anne Wilson wrote:
  During startup there is a message about a missing python-dbus.  Querying
  rpm and yum tells me that nothing provides python-dbus and no such
  package exists.  What do I need?

 Hi Ann!

 ann:/etc# yum search dbus-python
 Loaded plugins: fastestmirror
 Loading mirror speeds from cached hostfile
  * epel: linux.nssl.noaa.gov
  * rpmforge: apt.sw.be
  * base: mirror.anl.gov
  * updates: mirror.newnanutilities.org
  * extras: mirror.atlanticmetro.net
  * centosplus: mirror.its.uidaho.edu
  * addons: holmes.umflint.edu
 epel | 2.1 kB
 00:00
 rpmforge | 1.1 kB
 00:00
 adobe-linux-i386 |  951 B
 00:00
 base | 1.1 kB
 00:00
 updates  |  951 B
 00:00
 extras   | 1.1 kB
 00:00
 centosplus   |  951 B
 00:00
 addons   |  951 B
 00:00
 = Matched: dbus-python
 =
 dbus-python.i386 : D-Bus Python Bindings
 ann:/etc# rpm -q dbus-python
 dbus-python-0.70-7.el5

 Name switch! Confused me also!

Now how the blue blazes are we supposed to guess that?  Oops -

Package dbus-python-0.70-7.el5.i386 already installed and latest version
Nothing to do

Anne
-- 
New to KDE4? - get help from http://userbase.kde.org
Just found a cool new feature?  Add it to UserBase


signature.asc
Description: This is a digitally signed message part.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] python-dbus

2009-04-13 Thread Bob Taylor

On Mon, 2009-04-13 at 18:47 +0100, Anne Wilson wrote:
 On Monday 13 April 2009 18:29:55 Bob Taylor wrote:
  On Mon, 2009-04-13 at 17:55 +0100, Anne Wilson wrote:
   During startup there is a message about a missing python-dbus.  Querying
   rpm and yum tells me that nothing provides python-dbus and no such
   package exists.  What do I need?
 
  Hi Ann!
 
  ann:/etc# yum search dbus-python

[snip]

  = Matched: dbus-python
  =
  dbus-python.i386 : D-Bus Python Bindings
  ann:/etc# rpm -q dbus-python
  dbus-python-0.70-7.el5
 
  Name switch! Confused me also!
 
 Now how the blue blazes are we supposed to guess that?  Oops -
 
 Package dbus-python-0.70-7.el5.i386 already installed and latest version
 Nothing to do

Back to the drawing board, I guess. This business of getting a message
that something is not installed when it *is* should *not* happen. I
consider this a nasty bug as the error is *meaningless*. The only thing
that comes to mind at the moment is something is looking
in /usr/lib/python and not /usr/lib/python2.4.

-- 
Bob Taylor

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos