Re: [PyKDE] The tablet event, it works not!

2004-10-15 Thread Kaleb Pederson
On Thursday 14 October 2004 5:51 am, Sundance wrote: > I can. All of them are recognized alright: pointer, stylus, eraser. > Additionally, the pointer is in relative mode and the others in > absolute mode -- which is not the case when X is using the tablet with > a -mouse- driver. I really, really

[PyKDE] default font used by eric?

2004-10-15 Thread Alan Ezust
Just curious -e very time I install eric3, I forget how I changed the font used for the actual sourcecode. I find the line number font right away, and also the "monospaced font" but it doesn't seem to affect the sourcecode. I also tried changing the default font in qtconfig. No effect. Shouldn'

Re: [PyKDE] Need User Input

2004-10-15 Thread Jim Bublitz
On Friday 15 October 2004 11:10, Jim Bublitz wrote: > Roberto Alsina pointed out to me that some distributions identify > themselves in /etc/*release files. For example, on my system I have > /etc/SuSE-release and /etc/lsb-release files. > > Could a few people check and see if other distributions d

Re: [PyKDE] Need User Input

2004-10-15 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim Bublitz schrieb: | Roberto Alsina pointed out to me that some distributions identify themselves | in /etc/*release files. For example, on my system I have /etc/SuSE-release | and /etc/lsb-release files. | | Could a few people check and see if other

Re: [PyKDE] Error compiling PyKDE

2004-10-15 Thread gerard . vermeulen
On Fri, 15 Oct 2004 11:27:44 -0700, Jim Bublitz wrote > On Friday 15 October 2004 10:48, [EMAIL PROTECTED] wrote: > > > Sorry, Jim. I was too fast with finger pointing. A look in the Mandrake > > patches for KDE-3.2.3 confirms that Mandrake changed the API of their > > header files. > > > It come

[PyKDE] Realistic PyKDE release dates

2004-10-15 Thread Jim Bublitz
There are enough bug fixes piling up that PyKDE deserves another release or at least snapshot. Unfortunately, I'm back in a situation where I've got a big backlog of other things I have to do first. On top of that, there's an election here Nov 2, and things related to that (like major anxiety) h

Re: [PyKDE] Error compiling PyKDE

2004-10-15 Thread Jim Bublitz
On Friday 15 October 2004 10:48, [EMAIL PROTECTED] wrote: > Sorry, Jim. I was too fast with finger pointing. A look in the Mandrake > patches for KDE-3.2.3 confirms that Mandrake changed the API of their > header files. > It comes as a shock to me that a distribution can change the API that > muc

[PyKDE] Need User Input

2004-10-15 Thread Jim Bublitz
Roberto Alsina pointed out to me that some distributions identify themselves in /etc/*release files. For example, on my system I have /etc/SuSE-release and /etc/lsb-release files. Could a few people check and see if other distributions do the same, and which of the files are present? Specifica

Re: [PyKDE] Error compiling PyKDE

2004-10-15 Thread gerard . vermeulen
On Fri, 15 Oct 2004 10:10:13 -0700, Jim Bublitz wrote > On Friday 15 October 2004 00:00, Gerard Vermeulen wrote: > > > > >Comment out (put // in front of) void setFileName in the lines > > > > > > > >%If ( - KDE_3_3_0 ) > > > > KCatalogue (const QString& = QString ::null )

Re: [PyKDE] Error compiling PyKDE

2004-10-15 Thread Jim Bublitz
On Friday 15 October 2004 00:36, Maurizio Colucci wrote: > Gerard Vermeulen wrote: > >>>Comment out (put // in front of) void setFileName in the lines > >>> > >>>%If ( - KDE_3_3_0 ) > >>>KCatalogue (const QString& = QString ::null ); > >>> void setFileName

Re: [PyKDE] Error compiling PyKDE

2004-10-15 Thread Jim Bublitz
On Friday 15 October 2004 00:00, Gerard Vermeulen wrote: > > >Comment out (put // in front of) void setFileName in the lines > > > > > >%If ( - KDE_3_3_0 ) > > > KCatalogue (const QString& = QString ::null ); > > >void setFileName (const QString&); > >

Re: [PyKDE] more complex rich text / HTML

2004-10-15 Thread David Boddie
On Fri, 15 Oct 2004 01:36:23, Andrew Dalke wrote: >My crazy thought is to embed a native HTML widget for >the different platforms, so that I use IE to display >under MS Windows, Safari for Mac, and Konqueror for Linux. >(That's all I need to support.) > >While the last is definitely possibl

Re: [PyKDE] Suggestions for 3.6 :)

2004-10-15 Thread Gordon Tyler
Jul wrote: As you greatly implemented the bash lexer, it would be nice to have an optional integrated shell console (standard one) as the Python console. If not too hard... It might be interesting to use IPython for the Python console since it can do shell commands as well as Python. Ciao, Gordon

[PyKDE] Suggestions for 3.6 :)

2004-10-15 Thread Jul
Hi, A suggestion concerning file encoding. As 'kate' editor does, it whould be great to be able to choose the current file encoding. I usually work with UTF8 files, but I often have to edit west-european ('latin1') encoded files which are oddly displayed. I have no way to display them correctly whe

Re: [PyKDE] Error compiling PyQt 3.13

2004-10-15 Thread Maurizio Colucci
Simon Edwards wrote: On Thursday 14 October 2004 20:39, Maurizio Colucci wrote: Hello, I am trying to install PyQt (and PyKDE, hopefully) on mandrake 10.1 community (since sadly there are no RPM packages available). Sorry, I meant "no PyKDE RPMs available". Try the RPMs for Mandrake 10 at

Re: [PyKDE] Error compiling PyQt 3.13

2004-10-15 Thread Simon Edwards
On Thursday 14 October 2004 20:39, Maurizio Colucci wrote: > Hello, > > I am trying to install PyQt (and PyKDE, hopefully) on mandrake 10.1 > community (since sadly there are no RPM packages available). Try the RPMs for Mandrake 10 at http://sourceforge.net/project/showfiles.php?group_id=61057

Re: [PyKDE] more complex rich text / HTML

2004-10-15 Thread Hans-Peter Jansen
On Friday 15 October 2004 10:45, Paul Edgington wrote: > > One option then would be to try and port khtml to pure Qt so it > would work on windows and then probably modify the khtml python > wrapper to match. Not only would it be a possible solution to your > problem but would make a lot of other p

RE: [PyKDE] more complex rich text / HTML

2004-10-15 Thread Paul Edgington
> I'm writing an app and want one of the widgets to look > like a HTML display, with support for buttons, check > boxes, different fonts, and hyperlinks. > > Qt's rich text browser isn't powerful enough. It doesn't > let me put controls in its qt rich text language nor > even let me change the ba

Re: [PyKDE] more complex rich text / HTML

2004-10-15 Thread Phil Thompson
> I'm writing an app and want one of the widgets to look > like a HTML display, with support for buttons, check > boxes, different fonts, and hyperlinks. > > Qt's rich text browser isn't powerful enough. It doesn't > let me put controls in its qt rich text language nor > even let me change the bac

[PyKDE] PyKDE code generation errors

2004-10-15 Thread Deepak Sarda
Hi everyone, I tried compiling PyKDE from source but failed in the 'python configure.py' Output follows: This is a SuSE 9.1 system updated to KDE 3.3.1 (using SuSE's supplementary rpms) PyQt, PyQt-devel and sip are from SuSE 9.1 rpms from PyKDE's sourceforge site. Any help will be great! -

[PyKDE] more complex rich text / HTML

2004-10-15 Thread Andrew Dalke
I'm writing an app and want one of the widgets to look like a HTML display, with support for buttons, check boxes, different fonts, and hyperlinks. Qt's rich text browser isn't powerful enough. It doesn't let me put controls in its qt rich text language nor even let me change the background color

Re: [PyKDE] Error compiling PyKDE

2004-10-15 Thread Maurizio Colucci
Gerard Vermeulen wrote: Comment out (put // in front of) void setFileName in the lines %If ( - KDE_3_3_0 ) KCatalogue (const QString& = QString ::null ); void setFileName (const QString&); %End of the file sip/kdecore/kcatalogue.sip lines 23-60/60

Re: [PyKDE] Error compiling PyKDE

2004-10-15 Thread Gerard Vermeulen
On Fri, 15 Oct 2004 08:26:19 +0200 Maurizio Colucci <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > >On Fri, 15 Oct 2004 00:03:08 +0200, Maurizio Colucci wrote > > > > > >>Here we go again... :( > >> > >>On Mandrake 10.1, after compiling and installing qscintilla, sip, > >> PyQt, I am