Re: [PyKDE] Compiling eric3 for use with pyqt4 development

2006-02-15 Thread Dave Williams
On Wed, 15 Feb 2006 22:11:05 +0100 Andreas Pakulat <[EMAIL PROTECTED]> wrote: > Using > > sip-snapshot-20060126 > PyQt-x11-gpl-snapshot-20060124 > PyQt4-gpl-snapshot-20060128 > eric3-snapshot-20060123 > > worked fine for me. I can send you the files for sip/PyQt/PyQt4 as Phil > only makes the

Re: [PyKDE] PyKDE example app(s).. what do *you* have? :)

2006-02-15 Thread Patrick Stinson
It's only a matter of time before high-level programming like this will take off, IMHO. It still pains me to see someone waste there time with pre-compilation and syntax soup to write some of the new apps we see. My co-conspiritors and I have been pushing pyqt here and there in the commercial domai

[PyKDE] PyKDE example app(s).. what do *you* have? :)

2006-02-15 Thread Danny Pansters
If we're showing off anyway (Patrick).. well I've seen quite a few people lately asking for working real-life examples of pyqt/pykde, here's one. It's for (Free)BSD not for Linux or Windows but it probably is a nice example of how PyKDE can be used in a useful way (once again this is PyQt3 and P

[PyKDE] pksampler screenshots

2006-02-15 Thread Patrick Stinson
All pyqt (well, a little povray) https://svn.patrickkidd.com/pk/trac Everything is ported to pyqt4, and all pixmap and resource handling python is reusable. There is also pkrcc in the bin dir that makes a qt4 resource file from all pixmaps (or whatever) in current directory.-- Patrick Kidd Sti

Re: [PyKDE] QtextEdit to file?

2006-02-15 Thread Tina Isaksen
Hans-Peter Jansen wrote: Am Mittwoch, 15. Februar 2006 18:47 schrieb Andreas Pakulat: On 15.02.06 18:19:42, Tina Isaksen wrote: I need to save the contents of a QtextEdit box as a file text-file, retaining the carriage returns. I've been googling for an hour, studied QT-assistant, and

Re: [PyKDE] Compiling eric3 for use with pyqt4 development

2006-02-15 Thread Andreas Pakulat
On 15.02.06 20:18:30, Dave Williams wrote: > Can anyone advise a consistent set of sip, qscintilla, pyqt, qt etc sources > to use to generate a recent (linux) version of eric3 that supports qt4 > development? Use the latest snapshots that are earlier than 20060213, eric3 doesn't seem to work wit

Re: [PyKDE] Run program as root

2006-02-15 Thread Tina Isaksen
Hans-Peter Jansen wrote: Yup, you will want to run your script as an argument to kdesu from a small helper shell script. Yes, that's what I did... :) Tina ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman

Re: [PyKDE] QtextEdit to file?

2006-02-15 Thread Hans-Peter Jansen
Am Mittwoch, 15. Februar 2006 18:47 schrieb Andreas Pakulat: > On 15.02.06 18:19:42, Tina Isaksen wrote: > > I need to save the contents of a QtextEdit box as a file text-file, > > retaining the carriage returns. I've been googling for an hour, > > studied QT-assistant, and I just don't get it... a

[PyKDE] Compiling eric3 for use with pyqt4 development

2006-02-15 Thread Dave Williams
Can anyone advise a consistent set of sip, qscintilla, pyqt, qt etc sources to use to generate a recent (linux) version of eric3 that supports qt4 development? Correct me if I am wrong but I believe that eric3 has to be compiled with qt3 because both the IDE and qscintilla (at least) were writte

Re: [PyKDE] Run program as root

2006-02-15 Thread Hans-Peter Jansen
Am Mittwoch, 15. Februar 2006 12:30 schrieb Tina Isaksen: > Tina Isaksen wrote: > >> Try running kdesu "ps auxww" to get a nice password request UI.. > >> > >> Pete > > > > Oh for crying out loud! Of course... > > > > "I wish I could see the woods but all those darn trees are in the > > way..." :P

Re: [PyKDE] pyuic and KDE widgets

2006-02-15 Thread Mikhail Yarmish
Glen W. Mabey wrote: Hello, I'm using 3.15 with qt3, and I've noticed that when you include a widget like QTable in a .ui file, that 'from qttable import QTable' gets automatically added to the .py file that pyuic outputs. However, when KLed is included, there is no corresponding line like

Re: [PyKDE] QtextEdit to file?

2006-02-15 Thread Andreas Pakulat
On 15.02.06 18:19:42, Tina Isaksen wrote: > I need to save the contents of a QtextEdit box as a file text-file, retaining > the carriage returns. I've been googling for an hour, studied QT-assistant, > and > I just don't get it... as usual. Any assistance will be greatly apreciated. >From the Q

[PyKDE] pyuic and KDE widgets

2006-02-15 Thread Glen W. Mabey
Hello, I'm using 3.15 with qt3, and I've noticed that when you include a widget like QTable in a .ui file, that 'from qttable import QTable' gets automatically added to the .py file that pyuic outputs. However, when KLed is included, there is no corresponding line like 'from kdeui import KLed'

Re: [PyKDE] Last PyQt4

2006-02-15 Thread Phil Thompson
On Wednesday 15 February 2006 5:20 pm, Andreas Pakulat wrote: > On 15.02.06 16:49:50, Phil Thompson wrote: > > On Wednesday 15 February 2006 2:32 pm, Gerard Vermeulen wrote: > > > On Wed, 15 Feb 2006 12:32:25 + > > > > > > Phil Thompson <[EMAIL PROTECTED]> wrote: > > > > Sounds like you haven't

[PyKDE] QtextEdit to file?

2006-02-15 Thread Tina Isaksen
Hi again list :) Hope you all don't mind me spamming the list with noob questions, but this list have _really_ helped me out. I'm now in the process of writing my first usuable GUI program and so far it actually works :) Anyway, my problem: I need to save the contents of a QtextEdit box as a

Re: [PyKDE] Last PyQt4

2006-02-15 Thread Andreas Pakulat
On 15.02.06 16:49:50, Phil Thompson wrote: > On Wednesday 15 February 2006 2:32 pm, Gerard Vermeulen wrote: > > On Wed, 15 Feb 2006 12:32:25 + > > > > Phil Thompson <[EMAIL PROTECTED]> wrote: > > > Sounds like you haven't rebuilt everything with the latest SIP. > > > > Hi Phil, > > > > This was

Re: [PyKDE] Run program as root

2006-02-15 Thread Jim Bublitz
On Wednesday 15 February 2006 03:30, Tina Isaksen wrote: > Tina Isaksen wrote: > >> Try running kdesu "ps auxww" to get a nice password request UI.. > >> > >> Pete > > > > Oh for crying out loud! Of course... > > > > "I wish I could see the woods but all those darn trees are in the > > way..." :P >

Re: [PyKDE] Last PyQt4

2006-02-15 Thread Phil Thompson
On Wednesday 15 February 2006 2:43 pm, Charles wrote: > 2006/2/15, Guest007 <[EMAIL PROTECTED]>: > > > Sounds like you haven't rebuilt everything with the latest SIP. > > > > Latest. All, what I can find on your site. Except PyKDE. And with > > previous snapshot too. Tested on 2 different computers

Re: [PyKDE] Last PyQt4

2006-02-15 Thread Phil Thompson
On Wednesday 15 February 2006 2:32 pm, Gerard Vermeulen wrote: > On Wed, 15 Feb 2006 12:32:25 + > > Phil Thompson <[EMAIL PROTECTED]> wrote: > > Sounds like you haven't rebuilt everything with the latest SIP. > > Hi Phil, > > This was sitting in my draft box. I wanted to do more checking, but >

Re: [PyKDE] Last PyQt4

2006-02-15 Thread Charles
2006/2/15, Guest007 <[EMAIL PROTECTED]>: > > Sounds like you haven't rebuilt everything with the latest SIP. > > > Latest. All, what I can find on your site. Except PyKDE. And with previous > snapshot too. Tested on 2 different computers At me: python configure.py -c -j 3 -b /usr/bin -d /usr/lib/

Re: [PyKDE] Last PyQt4

2006-02-15 Thread Gerard Vermeulen
On Wed, 15 Feb 2006 12:32:25 + Phil Thompson <[EMAIL PROTECTED]> wrote: > Sounds like you haven't rebuilt everything with the latest SIP. Hi Phil, This was sitting in my draft box. I wanted to do more checking, but I have run into the same errors as Guest007 with my development version of Py

Re: [PyKDE] Last PyQt4

2006-02-15 Thread Guest007
В сообщении от 15 февраля 2006 15:32 Phil Thompson написал(a): > Sounds like you haven't rebuilt everything with the latest SIP. > Latest. All, what I can find on your site. Except PyKDE. And with previous snapshot too. Tested on 2 different computers -- WBR Guest007 JID: [EMAIL PROTECTED]

Re: [PyKDE] Last PyQt4

2006-02-15 Thread Phil Thompson
On Wednesday 15 February 2006 12:18 pm, Guest007 wrote: > Hello! > > ./basiclayout.py > *** glibc detected *** free(): invalid pointer: 0xbffa4f70 *** > Aborted > > ./tabdialog.py > *** glibc detected *** free(): invalid pointer: 0xbffddd50 *** > Aborted > > The same is configdialog.py > > ./fridge

[PyKDE] Last PyQt4

2006-02-15 Thread Guest007
Hello! ./basiclayout.py *** glibc detected *** free(): invalid pointer: 0xbffa4f70 *** Aborted ./tabdialog.py *** glibc detected *** free(): invalid pointer: 0xbffddd50 *** Aborted The same is configdialog.py ./fridgemagnets.py Traceback (most recent call last): File "./fridgemagnets.py", lin

Re: [PyKDE] Run program as root

2006-02-15 Thread Tina Isaksen
Tina Isaksen wrote: Try running kdesu "ps auxww" to get a nice password request UI.. Pete Oh for crying out loud! Of course... "I wish I could see the woods but all those darn trees are in the way..." :P Thanks Pete! Tina I was too quick it seems, or it still is too many trees obscur