[PyKDE] QtAssistant

2006-03-09 Thread Guest007
Hello! I can't compile QtAssistant in PyQt4: Checking to see if the QtAssistant module should be built... /tmp/.private/guest007/cchos35Q.o: In function `QString::~QString()':cfgtest.cpp:(.gnu.linkonce.t._ZN7QStringD1Ev+0x23): undefined reference to `QString::free(QString::Data*)' /tmp/.private

Re: [PyKDE] Running PyQt3 and PyQt4?

2006-03-09 Thread Phil Thompson
On Thursday 09 March 2006 12:10 pm, Gerard Vermeulen wrote: > On Thu, 9 Mar 2006 10:41:39 + > > Phil Thompson <[EMAIL PROTECTED]> wrote: > > To run them side by side you must install PyQt3, SIP and PyQt4 snapshots. > > Current PyQt3 and SIP snapshots are quite stable - PyQt 3.16 and SIP 4.4 > >

Re: [PyKDE] Running PyQt3 and PyQt4?

2006-03-09 Thread Gerard Vermeulen
On Thu, 9 Mar 2006 10:41:39 + Phil Thompson <[EMAIL PROTECTED]> wrote: > To run them side by side you must install PyQt3, SIP and PyQt4 snapshots. > Current PyQt3 and SIP snapshots are quite stable - PyQt 3.16 and SIP 4.4 will > be released in the next week or so. > I just remind you of thi

Re: [PyKDE] QProcess: more guidance needed

2006-03-09 Thread Andreas Pakulat
On 09.03.06 07:40:02, Tina Isaksen wrote: > >David Boddie wrote: > >>Have you tried sending "y\n" to the process's stdin, just as you would > >>type it in a console? > >> > >>David > >> > >Not sure I understand what you mean. In a console one types "y[enter]" or > >"n[enter]" > >Actually only 'y'

[PyKDE] More significant repr for Qt data types

2006-03-09 Thread Giovanni Bajo
Hello, with SIP 4.4 coming out and the advanced duck typing between QString and Python strings, I wonder if it's time for QString (and maybe other Qt data types) to get more meaningful repr strings. For instance: >>> from qt import * >>> a = QString("foo") >>> file(a) Traceback (most recent call

Re: [PyKDE] Running PyQt3 and PyQt4?

2006-03-09 Thread Phil Thompson
On Thursday 09 March 2006 10:26 am, Jan Ekholm wrote: > Hi, > > I'm sorry if this is a FAQ, if so, please point me towards what I should > search for in the archives. > > I've been using PyQt3 for years and am very happy with it. As a result > we have a number of apps that use it that we need daily

[PyKDE] Running PyQt3 and PyQt4?

2006-03-09 Thread Jan Ekholm
Hi, I'm sorry if this is a FAQ, if so, please point me towards what I should search for in the archives. I've been using PyQt3 for years and am very happy with it. As a result we have a number of apps that use it that we need daily. I want to try out PyQt4 as I use Qt4 in my C++ work, but it doe