Re: [PyQt] graphical file tail

2013-06-24 Thread Eric Frederich
Thanks for the suggestions. Unfortunately I do need to use Qt 4.6.2 from RHEL 6. This will also be on an NFS mounted drive. This is for a GUI that monitors the output of jobs run on Sun Grid Engine (SGE). So its not that the files _happen_ to be on NFS, it's actually _required_ that they are :-

Re: [PyQt] graphical file tail

2013-06-24 Thread John Lee
On Mon, 24 Jun 2013, Eric Frederich wrote: I'm trying to tail several files graphically. I have been trying to find a way to tail several files in a GUI without much luck at all. I get errors from tail saying broken pipe. I get PyQt errors saying underlying C++ objects have been destroyed. I get

[PyQt] Kled module

2013-06-24 Thread Phil
Thank you for reading this. I'd like to include a led in my project which I've done in the past with Qt creator and Designer under C++. Adding the following to my Python project fails because there is no module named Kled. self.kled = KLed(self.centralwidget) Is it possible to add a Kled to

Re: [PyQt] PyQt5 installation

2013-06-24 Thread Phil Thompson
On Mon, 24 Jun 2013 19:09:01 +0200, Detlev Offenbach wrote: > Hello, > > I just installed PyQt5 from source on openSUSE and > noticed, that the pyuic5 executable (script) didn't get > installed with executable rights. Did I do anything wrong? No, it's a Linux specific bug. I was trying to avoi

[PyQt] ANN: PyQtChart v1.3 Released

2013-06-24 Thread Phil Thompson
PyQtChart v1.3 has been released. This supports the new features of Qt Charts v1.3.0. See... http://blog.qt.digia.com/blog/2013/06/19/qt-charts-1-3-0-released-2/ It can be built against PyQt4 and PyQt5. Phil ___ PyQt mailing listPyQt@riverbankcompu

[PyQt] graphical file tail

2013-06-24 Thread Eric Frederich
I'm trying to tail several files graphically. I have been trying to find a way to tail several files in a GUI without much luck at all. I get errors from tail saying broken pipe. I get PyQt errors saying underlying C++ objects have been destroyed. I get other Qt errors saying that threads are still

[PyQt] PyQt5 installation

2013-06-24 Thread Detlev Offenbach
Hello, I just installed PyQt5 from source on openSUSE and noticed, that the pyuic5 executable (script) didn't get installed with executable rights. Did I do anything wrong? Regards, Detlev-- *Detlev Offenbach* det...@die-offenbachs.de ___ PyQt mailin