Re: [PyQt] A dire warning message

2011-07-08 Thread Algis Kabaila
On Fri, 8 Jul 2011 01:37:35 PM Baz Walter wrote: On 08/07/11 02:36, Algis Kabaila wrote: On Fri, 8 Jul 2011 03:36:40 AM Baz Walter wrote: you would need to reboot for it to have an effect, as the plugin would still be loaded in memory. in any case, it's not a real solution to your

Re: [PyQt] A dire warning message

2011-07-08 Thread Hans-Peter Jansen
On Friday 08 July 2011, 08:07:16 Algis Kabaila wrote: On Fri, 8 Jul 2011 01:37:35 PM Baz Walter wrote: On 08/07/11 02:36, Algis Kabaila wrote: On Fri, 8 Jul 2011 03:36:40 AM Baz Walter wrote: you would need to reboot for it to have an effect, as the plugin would still be loaded in

Re: [PyQt] A dire warning message

2011-07-08 Thread Hans-Peter Jansen
On Friday 08 July 2011, 02:01:46 Algis Kabaila wrote: @Pete - I really do appreciate your helpful comments. It is people like you that keep me interested in software issues at the sunset of my life (as my even older sister says - I don't mind dying, just not today - and not tomorrow):)

Re: [PyQt] A dire warning message

2011-07-08 Thread Algis Kabaila
On Fri, 8 Jul 2011 06:18:53 PM Hans-Peter Jansen wrote: On Friday 08 July 2011, 08:07:16 Algis Kabaila wrote: On Fri, 8 Jul 2011 01:37:35 PM Baz Walter wrote: On 08/07/11 02:36, Algis Kabaila wrote: On Fri, 8 Jul 2011 03:36:40 AM Baz Walter wrote: you would need to reboot for it to

Re: [PyQt] A dire warning message

2011-07-08 Thread Raoul Snyman
On Fri, 8 Jul 2011 19:00:52 +1000, Algis Kabaila wrote: I think it is time to give it rest, unless someone can suggest antother lead. The fun of it begins to feel like bashing one's head against a wall. After all I can live with the dire warning message. I don't know why this thread has

Re: [PyQt] A dire warning message

2011-07-08 Thread Algis Kabaila
On Fri, 8 Jul 2011 07:22:04 PM Raoul Snyman wrote: On Fri, 8 Jul 2011 19:00:52 +1000, Algis Kabaila wrote: I think it is time to give it rest, unless someone can suggest antother lead. The fun of it begins to feel like bashing one's head against a wall. After all I can live with the dire

Re: [PyQt] A dire warning message

2011-07-08 Thread Baz Walter
On 08/07/11 10:22, Raoul Snyman wrote: On Fri, 8 Jul 2011 19:00:52 +1000, Algis Kabaila wrote: I think it is time to give it rest, unless someone can suggest antother lead. The fun of it begins to feel like bashing one's head against a wall. After all I can live with the dire warning message.

Re: [PyQt] A dire warning message

2011-07-08 Thread Algis Kabaila
On Fri, 8 Jul 2011 11:52:17 PM Baz Walter wrote: but to users it can look like a bug if they are running a non-kde app. i re-installed the libkde.so plugin and ran this pure pyqt test script: ## import sys from PyQt4.QtGui import QApplication, QFileDialog, QPushButton class

[PyQt] A dire warning message

2011-07-07 Thread Algis Kabaila
This bothersome warning message probably has nothing to do with PyQt. However, it does occur whenever I use PyQt. No great harm seems to occur and the programs function normally, except for that message. Is there something wrong with my setup or should I just forget all about it? I attach

Re: [PyQt] A dire warning message

2011-07-07 Thread Hans-Peter Jansen
Dear Al, On Thursday 07 July 2011, 11:22:34 Algis Kabaila wrote: This bothersome warning message probably has nothing to do with PyQt. However, it does occur whenever I use PyQt. No great harm seems to occur and the programs function normally, except for that message. Is there something

Re: [PyQt] A dire warning message

2011-07-07 Thread Algis Kabaila
On Thu, 7 Jul 2011 09:03:47 PM Hans-Peter Jansen wrote: Dear Al, On Thursday 07 July 2011, 11:22:34 Algis Kabaila wrote: This bothersome warning message probably has nothing to do with PyQt. However, it does occur whenever I use PyQt. No great harm seems to occur and the programs

Re: [PyQt] A dire warning message

2011-07-07 Thread Hans-Peter Jansen
On Thursday 07 July 2011, 14:00:28 Algis Kabaila wrote: On Thu, 7 Jul 2011 09:03:47 PM Hans-Peter Jansen wrote: Dear Al, On Thursday 07 July 2011, 11:22:34 Algis Kabaila wrote: This bothersome warning message probably has nothing to do with PyQt. However, it does occur whenever I use

Re: [PyQt] A dire warning message

2011-07-07 Thread Baz Walter
On 07/07/11 13:00, Algis Kabaila wrote: On Thu, 7 Jul 2011 09:03:47 PM Hans-Peter Jansen wrote: On opening a file dialog, I get this warning: KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to

Re: [PyQt] A dire warning message

2011-07-07 Thread Algis Kabaila
On Fri, 8 Jul 2011 03:36:40 AM Baz Walter wrote: On 07/07/11 13:00, Algis Kabaila wrote: On Thu, 7 Jul 2011 09:03:47 PM Hans-Peter Jansen wrote: On opening a file dialog, I get this warning: KGlobal::locale::Warning your global KLocale is being recreated with a valid main component

Re: [PyQt] A dire warning message

2011-07-07 Thread Baz Walter
On 08/07/11 02:36, Algis Kabaila wrote: On Fri, 8 Jul 2011 03:36:40 AM Baz Walter wrote: Hmm, at the first glance, this is a KDE problem, since KDE plugs its own file dialog into Qt, but fails to properly deal with locales there after due to them not being initialized correctly. This is going