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 getting errors with

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

[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

[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!

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

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

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

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

[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

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,

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 possible, I

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); %End };

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 (const QString);

[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?

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 much

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 comes as a