Re: Problem with system-config-printer.py

2008-07-08 Thread Germán Racca
I have the same problem that Chris has. There is a program called DeVeDe, it was runnig fine until last month, but after (I think) an update of some packages of Fedora 9, it stop working. The message is: [EMAIL PROTECTED] ~]$ devede Traceback (most recent call last): File /usr/bin/devede, line

Re: Problem with system-config-printer.py

2008-07-08 Thread Michael Schwendt
On Tue, 8 Jul 2008 10:34:31 -0300, Germán Racca wrote: I have the same problem that Chris has. No, that's not true. There is a program called DeVeDe, it was runnig fine until last month, but after (I think) an update of some packages of Fedora 9, it stop working. The message is: [EMAIL

Re: Problem with system-config-printer.py

2008-07-08 Thread Germán Racca
Sorry Michael, I thought it was the same problem... I have pygtk2-libglade-2.12.1-6.fc9.i386. How to know if it is damaged? Thanks, German. On Tue, Jul 8, 2008 at 10:40 AM, Michael Schwendt [EMAIL PROTECTED] wrote: On Tue, 8 Jul 2008 10:34:31 -0300, Germán Racca wrote: I have the same

Re: Problem with system-config-printer.py

2008-07-08 Thread Michael Schwendt
On Tue, 8 Jul 2008 12:02:29 -0300, Germán Racca wrote: Here are the results: [EMAIL PROTECTED] ~]$ rpm -V pygtk2-libglade libglade2 prelink: /usr/lib/libglade-2.0.so.0.0.7: at least one of file's dependencies has changed since prelinking S.?./usr/lib/libglade-2.0.so.0.0.7 That is

Re: Problem with system-config-printer.py

2008-07-08 Thread Germán Racca
Yes, I have installed an astronomical program called IRAF from a Scisoft package. It is clear now...but how do I can solve this problem now? Do I have to uninstall the Scisoft package? Thanks, German. On Tue, Jul 8, 2008 at 12:36 PM, Michael Schwendt [EMAIL PROTECTED] wrote: On Tue, 8 Jul 2008

Re: Problem with system-config-printer.py

2008-07-08 Thread Michael Schwendt
On Tue, 8 Jul 2008 12:48:15 -0300, Germán Racca wrote: Yes, I have installed an astronomical program called IRAF from a Scisoft package. It is clear now...but how do I can solve this problem now? Do I have to uninstall the Scisoft package? There are scisoft packages which alter /etc/profile

Re: Problem with system-config-printer.py

2008-07-08 Thread Germán Racca
Thanks, by now I commented the lines in .bashrc related to Scisoft, and then I have again python in /usr/bin and not in /scisoft/bin...but if I want to use IRAF it doesn't work obviously...I will see how to deal with that. Can I consult you if I have some problems with that? Many thanks Michael!

Re: Problem with system-config-printer.py

2008-07-07 Thread Tim Waugh
On Sun, 2008-07-06 at 14:30 -0700, Chris Carlson wrote: Are you sure you want to see all the output that is *not* ENOENT? It doesn't seem very informative to me. Yes, to see which libraries are actually getting loaded. Something is obviously different on your system compared to those of

Re: Problem with system-config-printer.py

2008-07-06 Thread Chris Carlson
Again, thank you for your response. The LD_LIBRARY_PATH as my user is set to /usr/local/lib. This is the default setting by a default user with F9. There are no libraries in /usr/local/lib, so there isn't a conflict. Since this is repeatable simply by trying to set up a printer from the

Re: Problem with system-config-printer.py

2008-07-06 Thread Tim Waugh
On Sun, 2008-07-06 at 12:44 -0700, Chris Carlson wrote: Since this is repeatable simply by trying to set up a printer from the desktop, I would think others would be running into it as well. Am I the only one? I'm afraid you are. The printer configuration tool is working fine for me on

Re: Problem with system-config-printer.py

2008-07-06 Thread Chris Carlson
Thanks for helping me look into this. I'm not versed in Python, and I didn't want to learn it just to debug this. Are you sure you want to see all the output that is *not* ENOENT? It doesn't seem very informative to me. The last few lines are: open(/usr/share/X11/locale/locale.alias,

Re: Problem with system-config-printer.py

2008-07-05 Thread Michael Schwendt
On Fri, 04 Jul 2008 16:39:33 -0700, Chris Carlson wrote: Is there some dependency issue here? Has anybody else seen this? Traceback (most recent call last): File /usr/share/system-config-printer/system-config-printer.py, line 29, in module import gtk.glade File

Re: Problem with system-config-printer.py

2008-07-05 Thread Chris Carlson
Thank you, Michael, for responding. Here's what I get when I enter the commands you suggested: [EMAIL PROTECTED] ~]# rpm -q libpng libpng-1.2.29-1.fc9.i386 [EMAIL PROTECTED] ~]# rpm -V libpng [EMAIL PROTECTED] ~]# ldd /usr/lib/libcairo.so.2 | grep libpng libpng12.so.0 =

Problem with system-config-printer.py

2008-07-04 Thread Chris Carlson
Is there some dependency issue here? Has anybody else seen this? Traceback (most recent call last): File /usr/share/system-config-printer/system-config-printer.py, line 29, in module import gtk.glade File /usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py, line 48, in module

Re: Problem with system-config-printer.py

2008-07-04 Thread Chris Carlson
Sorry, I should have indicated that I'm running F9. I'm not sure what else one would need to know. I click on the System-Administration-Printing pulldown, and this is what gets printed in my .xsession-errors file. Chris Chris Carlson wrote: Is there some dependency issue here? Has