Re: [PyKDE] PyQt compile problems

2003-03-28 Thread Hans-Peter Jansen
Hi Randall, Sometimes, it's helpful to look into the list first. Especially if someone asked for the same problem the day before! Phils answer: Upgrade to the snapshot version of PyQt or wait for PyQt v3.6. Pete On Friday 28 March 2003 05:21, Randall wrote: I'm trying to install PyQt on

[PyKDE] [PATCH] new build.py options for lib64 and cat split

2003-03-26 Thread Hans-Peter Jansen
Hi Phil, next attempt for $subject. They're all separate lowercase options now. Let me know, if this is acceptable for you. I've thought some time on how to make the path handling simpler without loosing flexibility nor functionality, but don't wanted to risk breaking stuff in obscure

Re: [PyKDE] [PATCH] new build.py options for lib64 and cat split

2003-03-26 Thread Hans-Peter Jansen
On Wednesday 26 March 2003 14:59, Phil Thompson wrote: Sorry, I think you've misunderstood. The -r flag should define the full path of the Qt library directory - not just a component of it - like the -i flag for the header files. This is more flexible because it allows any arbitary directory

[PyKDE] [PATCH] PyQt build.py option for lib dir

2003-03-24 Thread Hans-Peter Jansen
Hi Phil, the attached patch is meant to obsolete an ugly hack found in SuSE rpm specs to support 64 bit architectures. They simply patch the offending pathes, which will break often. Therefore I've added a new command line option (-L dir), to specify the lib base directory, which defaults to

[PyKDE] [PATCH] reduce PyQt concatenated build time on SMP

2003-03-24 Thread Hans-Peter Jansen
Hi Phil, in order to saturate multiple CPUs on SMP systems, I've created the attached patch. The problem is, that the qt module consists of 228 single modules, and build of its concatenated module outlasts all others by a few minutes here. With it applied, I was able to reduce the rpm build

Re: [PyKDE] [PATCH] reduce PyQt concatenated build time on SMP

2003-03-24 Thread Hans-Peter Jansen
On Monday 24 March 2003 13:05, Phil Thompson wrote: On Monday 24 March 2003 11:53 am, Hans-Peter Jansen wrote: Hi Phil, in order to saturate multiple CPUs on SMP systems, I've created the attached patch. The problem is, that the qt module consists of 228 single modules, and build

Re: [PyKDE] [PATCH] reduce PyQt concatenated build time on SMP

2003-03-24 Thread Hans-Peter Jansen
On Monday 24 March 2003 15:58, Phil Thompson wrote: On Monday 24 March 2003 2:50 pm, Gerard Vermeulen wrote: If you are proposing this, why don't you generalize and code something like the -j switch (parallel build switch) for make. In this case there is no penalty for UP machines (by

Re: [PyKDE] Hello and PyKDE for KDE 3.1

2003-03-19 Thread Hans-Peter Jansen
Hi Ralph, welcome in this beautiful niche. On Tuesday 18 March 2003 21:47, Ralph Kaiser wrote: Hi Pete, Try this: ftp://ftp.kde.org/pub/kde/unstable/apps/KDE3.x/utils/PyKDE-3.3.2-rha3.1.tar .bz2 Yup, found it, but failed to build it, because it looks like KDE 3.1.1 is a lot more different

[PyKDE] Problems with PyKDE 3.3.2 on KDE 3.1.1

2003-03-19 Thread Hans-Peter Jansen
Hi Jim and friends, motivated by Roberto, I tried to build KyKDE 3.3.2 on top of KDE 3.1.1, but failed so far. Robertos version fails in exactly the same way, but it's hard to say what Roberto has changed without a proper context diff hint, hint. The problem boils down to the now private nature

Re: [PyKDE] KIO::DeleteJob

2003-03-19 Thread Hans-Peter Jansen
On Wednesday 19 March 2003 12:45, Roberto H. Alsina wrote: Ahem, I sent a mail saying things like KIO::DeleteJob is deprecated. Sorry, it's 8AM and I just woke up, and that is completely wrong ;-) So you mean: -ENOCAFFEINE No problem, build is running now with your headers and sips, let's see

Re: [PyKDE] Problems with PyKDE 3.3.2 on KDE 3.1.1

2003-03-19 Thread Hans-Peter Jansen
Follow up with Robertos headers/sips: Since Roberto switched off kautomount completely, the problem is reduced to the private KService::KService(const KService). Please can you check, if this is also the case for KDE 3.1.0? g++ -c -pipe -w -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -fPIC

Re: [PyKDE] Editable QComboBox in QTable problem ?

2003-03-19 Thread Hans-Peter Jansen
Hi David, please have a look into the smalltable.py example, and you will see, what's wrong. Also reading the docs for QTableItem will help you here. Pete ___ PyKDE mailing list[EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde

Re: [PyKDE] Editable QComboBox in QTable problem ?

2003-03-19 Thread Hans-Peter Jansen
On Wednesday 19 March 2003 17:20, david wrote: Le mer 19/03/2003 à 15:13, Hans-Peter Jansen a écrit : Hi David, please have a look into the smalltable.py example, and you will see, what's wrong. Also reading the docs for QTableItem will help you here. Pete Hello Pete, Thank you

Re: [PyKDE] Hello and PyKDE for KDE 3.1

2003-03-18 Thread Hans-Peter Jansen
On Tuesday 18 March 2003 02:05, Roberto H. Alsina wrote: First: hello, and congrats on the amazing software :-) Welcome to the club Second, Since I needed to use KHTML on a app I am writing, and also wanted it to work on KDE 3.1, I made a quick hack of PyKDE-3.3.2 to make it work under KDE

Re: [PyKDE] PyQt QScintilla Status

2003-03-18 Thread Hans-Peter Jansen
On Sunday 16 March 2003 17:33, Phil Thompson wrote: FYI... Tonight's snapshots of SIP, PyQt and QScintilla should be treated as release candidates for SIP 3.6, PyQt 3.6 and QScintilla 1.0. I plan to release the final versions as soon as Python 2.3 is released. Now is the time to test if

Re: [PyKDE] PyQt QScintilla Status

2003-03-16 Thread Hans-Peter Jansen
Hi Phil, I just built qscintilla snapshot 20030314, sip snapshot 20030312, and PyQt snapshot 20030314 on SuSE 8.1 and 8.2 (Beta 3: Qt 3.1, KDE 3.1, gcc 3.3, python 2.2.2) without problems. At least eric 3.1 runs on top of it... Well done, man. Pete

Re: [PyKDE] qscintilla fix

2003-03-01 Thread Hans-Peter Jansen
Hi Phil, in order to build this snapshot, I've needed an additional patch, because this error: g++ -c -pipe -w -O2 -march=i586 -mcpu=i686 -fno-exceptions -fmessage-length=0 -DNO_DEBUG -D_REENTRANT -fPIC -DQEXTSCINTILLA_MAKE_DLL -DQT -DSCI_LEXER -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I.

Re: [PyKDE] qscintilla fix - pyqt_distutils

2003-03-01 Thread Hans-Peter Jansen
Hi Gerard, you may have noticed, that I've announced among others things your current PyQwt package. Since I'm a bit tight timewise at the moment (because my girlfriend :), just let me attest, your package builds without a hitch! Therefore I haven't even needed to take a single look into it,

Re: [PyKDE] GUI Programming with Python: QT Edition (was: dialog/mainwindow question)

2003-02-21 Thread Hans-Peter Jansen
On Friday 21 February 2003 14:17, Gerard Breiner wrote: Hello, I know this book since yesterday. I found it at http://www.xs4all.nl/~bsarempt/python/tutorial.html and i download it from opendoc. I was surprised to note that the price at opendoc is 49.95 $ whereas in Paris at Le monde en

Re: [PyKDE] QThreads

2003-02-19 Thread Hans-Peter Jansen
On Wednesday 19 February 2003 21:36, Stuart Bronk wrote: Hi, I'm trying to find a little example app using Qthreads, before I use them for more complex matters. I've search all over the place but can't seem to find one. I don't suppose anyone has a small program or knows where I can find an

[PyKDE] QWidgetFactory support

2003-01-30 Thread Hans-Peter Jansen
(featfile): Generate the header file describing the Qt features that are enabled if it doesn't already exist. (If it already exists then we are probably cross // This is the SIP interface definition for the qui module of PyQt. // // Copyright (c) 2003 // Hans-Peter Jansen [EMAIL PROTECTED

Re: [PyKDE] Now tackle dtor strangeness

2003-01-28 Thread Hans-Peter Jansen
On Sunday 26 January 2003 01:16, Phil Thompson wrote: Funny side note: it was enough to fix one of both sub classes this way to prevent attribute errors here. This is pretty undeterministic, and that's exactly the reason, why I don't like this behaviour... Phil, one would expect, that

[PyKDE] Now tackle dtor strangeness

2003-01-25 Thread Hans-Peter Jansen
python # sbtest v0.1: investigate QSpinBox strangeness # # Copyright 2002 Hans-Peter Jansen [EMAIL PROTECTED] # # This program is placed under the GNU General Public License V.2 import sys from qt import * # Just swap the _ of both qEventDicts to suppress the attribute errors qEventDict

Re: [PyKDE] Next attempt to tackle QSpinBox strangeness

2003-01-24 Thread Hans-Peter Jansen
On Friday 24 January 2003 01:46, Doug Bell wrote: Hans-Peter Jansen wrote: Hi *, attached, you will find an app to reproduce some strangeness with QSpinBox behaviour. Problem: reimplemented QSpinBox don't get focus events and doesn't behave correctly on up/down cursor key events

Re: [PyKDE] Next attempt to tackle QSpinBox strangeness

2003-01-24 Thread Hans-Peter Jansen
is definitely going wrong here. TIA, Pete #!/usr/bin/env python # sbtest v0.1: investigate QSpinBox strangeness # # Copyright 2002 Hans-Peter Jansen [EMAIL PROTECTED] # # This program is placed under the GNU General Public License V.2 import sys from qt import * qEventDict = { 0: None, 1: Timer

[PyKDE] Next attempt to tackle QSpinBox strangeness

2003-01-23 Thread Hans-Peter Jansen
(). Phil, it appears, that the QSpinBox base class disappears while subclassed SpinBox event() handler is active. This doesn't look right to me. TIA, Pete #!/usr/bin/env python # sbtest v0.1: investigate QSpinBox strangeness # # Copyright 2002 Hans-Peter Jansen [EMAIL PROTECTED] # # This program

Re: [PyKDE] pykde.sourceforge.net

2003-01-16 Thread Hans-Peter Jansen
On Thursday 16 January 2003 14:13, Michael Lauer wrote: Am Mit, 2003-01-15 um 23.05 schrieb Torsten Marek: What is the future of pyke.sf.net, because I want to know if it is possible to place some little programs I happened to write on that page. By now, I do not have my own page and I

Re: [PyKDE] SIP Roadmap

2003-01-03 Thread Hans-Peter Jansen
Hi Phil friends, On Thursday 02 January 2003 20:10, Phil Thompson wrote: For those interested I've added a SIP Roadmap to the website at http://www.riverbankcomputing.co.uk/sip/roadmap.php which describes the main objectives and features for SIP v4. Comments welcome. This roadmap sounds

Re: [PyKDE] SIP Roadmap

2003-01-03 Thread Hans-Peter Jansen
On Friday 03 January 2003 13:21, Phil Thompson wrote: On Friday 03 January 2003 12:05 pm, Hans-Peter Jansen wrote: This roadmap sounds very nice and reasonable. But what are your plans concerning point 18, 22, 23 and 24 from sip TODO? The Roadmap isn't intended to cover everything

[PyKDE] QExtScintilla split views

2003-01-03 Thread Hans-Peter Jansen
Hi Phil, me again with a totally different topic: What do you think about implementing split views in QExtScintilla. From a quick glance, (Q)Scintilla provides an API for this. How hard it would be to adopt this in QExtScintilla? Since I'm not of big help in sip development, I could look into

Re: [PyKDE] sip wrapping problem [solved]

2002-12-21 Thread Hans-Peter Jansen
On Saturday 21 December 2002 02:36, Hans-Peter Jansen wrote: On Saturday 21 December 2002 00:43, Phil Thompson wrote: Where does the keyword code come from? It was PyQwt specific, but not the source of the problem. It was me being stupid (again). Sorry. The class is called QTIFFHandler

[PyKDE] sip beginners project pqfaxview-0.1.0

2002-12-21 Thread Hans-Peter Jansen
Hi, this is by far the smallest useful fax viewer, I know of. And it's smooth scaling, btw. Based on a small qtiffhandler c++ module, wrapped by sip. HOWTO: install sip and PyQt tar xvzf pqfaxview-0.1.0.tar.gz cd pqfaxview-0.1.0 make tar xvzf qtiffhandler-0.1.0.tar.gz cd qtiffhandler-0.1.0 make

Re: [PyKDE] sip wrapping problem

2002-12-20 Thread Hans-Peter Jansen
On Saturday 21 December 2002 00:43, Phil Thompson wrote: class QTIFFHandler(QObject): def __init__(self,*args,**kwargs): libqthc.sipCallCtor(0,self,args) for key in kwargs.keys(): method = getattr(self, key) if type(kwargs[key]) ==

Re: [PyKDE] sip wrapping problem [solved]

2002-12-20 Thread Hans-Peter Jansen
On Saturday 21 December 2002 00:43, Phil Thompson wrote: Where does the keyword code come from? It was PyQwt specific, but not the source of the problem. It was me being stupid (again). Sorry. The class is called QTIFFHandler, and thus python -c from qth import QTIFFHandler succeeds. A fax load

Re: [PyKDE] Opinions on pyuic Custom Widget Support

2002-12-14 Thread Hans-Peter Jansen
On Saturday 14 December 2002 18:34, Phil Thompson wrote: On Saturday 14 December 2002 4:04 pm, Ricardo Javier Cardenes Medina wrote: At first glance, I don't see a better way to do this, but I think you should preserve the current behaviour when no Python: has been provided (for backwards

Re: [PyKDE] help

2002-12-09 Thread Hans-Peter Jansen
Consider installing sip and RTFM. On Monday 09 December 2002 17:00, Pantxo Villa wrote: Hi, I'm French, so sorry for my English. I try to install pyqt with python 2.2 and qt 2.3.1 or newer, but the make install give me the following error, and it's the same when I try to run examples...

[PyKDE] [ERIC3][PATCH] Just another file could not be opened message

2002-11-30 Thread Hans-Peter Jansen
Hi Detlef, while trying to single step through eric3 itself, i got this message: The file /usr/src/packages/BUILD/eric-3.0.0a2/eric/eric/Project.py could not be opened triggered from Editor.py. This path contains one 'eric/' to much, and depends on the path, eric3 is started from. In this case:

Re: [PyKDE] Re: eric3 python-site files not found

2002-11-29 Thread Hans-Peter Jansen
On Friday 29 November 2002 22:03, Arno Paehler wrote: Hi Detlev, I now tried Hans-Peter's script and the problem goes away. Maybe SuSE need to revise the way they build their rpm. Before I start bugging some people at SuSE, I would like to understand the problem. Phil? As stated before, I

Re: [PyKDE] Re: eric3 python-site files not found

2002-11-28 Thread Hans-Peter Jansen
Medina wrote: On Thu, Nov 28, 2002 at 12:26:00AM +0100, Hans-Peter Jansen wrote: pycompile -vao Mmmh... Check for /usr/lib/python2.X/compileall.py. That script does the same and I think it's on the standard Python distribution. Thanks, Hans-Peter

[PyKDE] eric3 alt. layout

2002-11-28 Thread Hans-Peter Jansen
Hi Detlev, Hi PyQties, here's a patch to top of ericgeom.diff, which implements an _experimental_ alternate layout. If you want your old layout back, set self.layoutstyle = qtdes in UserInterface.py. Expect a restored geometry to be mangled. It separates Browser, Inspector, and Log component on

Re: [PyKDE] Re: eric3 python-site files not found

2002-11-28 Thread Hans-Peter Jansen
-r recursive behaviour -v verbose level (cumulative) dirs/files: to compile # (c)reated by Hans-Peter Jansen, LISA GmbH, Berlin # # Licence: GPL http://www.gnu.org/licenses/gpl.html # # 2002-11-27hpinitial version # 2002-11-28hppipe for optimized compile

Re: [PyKDE] ANN: Packages for Eric, the Python IDE

2002-11-27 Thread Hans-Peter Jansen
On Wednesday 27 November 2002 17:19, Gordon Tyler wrote: Víctor R. Ruiz wrote: - The default fonts are too big This was a prolem for me too. I found it quite annoying to change all the fonts to something else like Courier New because I had to individually change every different font style

[PyKDE] [ANN] SuSE 8.1 RPMs for PyQt/PyQwt/PyKDE snapshots added/updated

2002-11-25 Thread Hans-Peter Jansen
Hi PyQties, just updated PyQt-20021122-2.i586.rpm to PyQt-20021122-3.i586.rpm, because I missed to include the new qtext module. This is due to fact, that I haven't managed to build the rpm with a proper RPM_BUILD_ROOT. Sorry for the inconvenience. As a bonus, I've added PyQwt and PyKDE today:

Re: [PyKDE] [ANN] New repository for non-official Debian packages

2002-11-25 Thread Hans-Peter Jansen
Hi Ric, On Monday 25 November 2002 23:01, Tom Jenkins wrote: I installed python2.2-qtext which pulled in libqscintilla0. However the installation failed with: Setting up python2.2-qtext (3.4+20021122-1) ... Traceback (most recent call last): File string, line 1, in ? File

[PyKDE] [ANN] SuSE 8.1 RPMs for QScintilla/sip/PyQt/eric3 snapshots

2002-11-24 Thread Hans-Peter Jansen
Hi PyQties, thanks to the efforts of Phil and Detlef, I proudly announce the availability of following packages here: http://lisa-gmbh.de/download.html#PyQt-snapshots http://lisa-gmbh.de/download/qscintilla-20021122-1.i586.rpm 285 KB http://lisa-gmbh.de/download/sip-20021114-1.i586.rpm 131 KB

Re: [PyKDE] crash: pure virtual function called

2002-11-12 Thread Hans-Peter Jansen
On Tuesday 12 November 2002 22:39, marvelan L wrote: I have built an application with Qt 3.0.4 and PyQt 3.4. From time to time I get a error message on stdout saying pure virtual function call and then abort is called and the program exits. What about providing the facts at least, not some

[PyKDE] Python list handling for QRect, QPoint, and QSize

2002-11-04 Thread Hans-Peter Jansen
Hi Phil, since I catched the flu this weekend, I think of contributing something useful to PyQt. Namely the IMHO missing handling of python lists, where QRect, QPoint, and QSize objects are expected. (QColor?) On my first cursory look, there seem to be to ways, but I don't know their

[PyKDE] eric locale problem fixed

2002-10-24 Thread Hans-Peter Jansen
Hi Detlef, hi Phil, as promised, I looked into my eric locale issue here. The attached patch fixes it for me. It boils down to filtering the locale definition to the major value, and fixes two c/p glitches. Along the way, hunk 1 and 2 removes some stray ^M's at EOL. BTW: Today, I prepared some

[PyKDE] Back to work..

2002-10-23 Thread Hans-Peter Jansen
Hi Phil, here is the diff against build.py v3.4, I'm using for the RPMs. I'm confident about the first hunk, but unsure about the second: --- build.py.orig 2002-10-08 19:11:40.0 +0200 +++ build.py2002-10-08 20:13:35.0 +0200 @@ -1147,7 +1147,7 @@ f =

Re: [PyKDE] Where What ?

2002-10-23 Thread Hans-Peter Jansen
On Wednesday 23 October 2002 10:10, Phil Thompson wrote: On Wednesday 23 October 2002 9:02 am, Jonathan Gardner wrote: On Tuesday 22 October 2002 12:25 pm, Rob Hooft wrote: Jonathan Gardner wrote: 3. Web designer. Needs to be familiar with PHP, or willing and able to learn.

Re: [PyKDE] QPixmap.getWidget() returns colurful something

2002-10-17 Thread Hans-Peter Jansen
Hi Marc, On Thursday 17 October 2002 09:49, Marc Schmitt wrote: Hi, I get strange behavior when I try to grab a pixmap from a widget. After one second, when the timer times, the app flickers and all buttons are gone. When I then open the saved image, only lines and some colors appear. Did I

Re: [PyKDE] Runtime issues on SuSE 8.1

2002-10-16 Thread Hans-Peter Jansen
Hi Marc, hi Jim, I finally touched the khtml_part problem. Here is my mod: --- ../PyKDE-3.3.2.orig/sip/khtml_part.sip 2002-08-21 20:08:45.0 +0200 +++ ./sip/khtml_part.sip2002-10-16 13:02:32.0 +0200 @@ -124,8 +124,8 @@ QRect r; int i = 0; - if

Re: [PyKDE] ANN : PyKDE 3.3.2 SuSE 8.1 rpm

2002-10-16 Thread Hans-Peter Jansen
On Wednesday 16 October 2002 11:28, Marc Schmitt wrote: Hi, PyKDE 3.3.2 for SuSE 8.1 is there (its currently uploading). It has the subtitle (Krippled) as I had to remove the paint function within khtml_part.sip in order to make it compile. Everything else should work as before. When we

Re: [PyKDE] Runtime issues on SuSE 8.1

2002-10-15 Thread Hans-Peter Jansen
On Tuesday 15 October 2002 03:38, Ricardo Javier Cardenes Medina wrote: On Mon, Oct 14, 2002 at 09:14:29PM -0400, Eron Lloyd wrote: Hi Eron. This SuSE issue was discussed a couple of weeks ago. Please, read the end of the thread, starting from:

[PyKDE] sip/PyQt-3.4 RPMs for SuSE 8.1 available

2002-10-08 Thread Hans-Peter Jansen
Hi Adrian, hi *, I put some homebrewn PyQt-x11-gpl-3.4 RPMs here: http://lisa-gmbh.de/download.html#PyQt-RPMs Please bear with me, as these are my first RPM experiments... Althrough it doesn't solve the KDE_MALLOC problem generally, it fixes eric and friends by patching the generated wrapper

[PyKDE] [PATCH] i18n

2002-09-30 Thread Hans-Peter Jansen
Hi Detlev, what do you think about the attached patch. Without keeping a reference to the widgets, they all disappear, but the last, when selecting All... Really nice example, though. Hans-Peter --- i18n.py.orig Tue Sep 10 14:56:22 2002 +++ i18n.py Mon Sep 30 15:08:39 2002 -56,6 +56,7

Re: [PyKDE] Python functions as slots

2002-09-30 Thread Hans-Peter Jansen
Hi Konrad, On Monday 30 September 2002 20:50, Konrad Hinsen wrote: I have lots of problems using Python functions as slots. As a simple illustration, take the following code (an example from Boudewijn Rempt's excellent book with an added connect): import sys from qt import * def

[PyKDE] lineedits.py example

2002-06-16 Thread Hans-Peter Jansen
[No reponses on my previous mails. Seems like a Mo-Fr 9-5 list :-(] Anyways, this time a new transition is attached. I took an easy one, and this one is working already (less Qt bug, Double Validator isn't working here in both versions). Phil: would you mind throwing it into examples? I'm

[PyKDE] pyqt sql table3 problem

2002-06-15 Thread Hans-Peter Jansen
Hi all, while diving into the wonderful world of sql featured PyQt-3.2.4, I've tried to convert the sql/table3 example from qt 3.0.4 into python. While thinking, that I've done the conversion correctly (I'm pretty new on mind translation c++ to python, so please be patient), it just behaves

[PyKDE] Update to sqltable3.py and new sqlcustom1.py with new problem

2002-06-15 Thread Hans-Peter Jansen
Hi again, I've fixed one problem in sqltable3.py not returning the right object in CustomSqlEditorFactory. Also attached is a conversion of sql/custom1. This one shows badly, that I haven't yet succeeded in wrapping my mind around signals/slots nor Q_PROPERTIES. Running it doesn't show the any

[PyKDE] PyQt-3.2.4 for Qt 2.3.1 examples

2002-06-10 Thread Hans-Peter Jansen
Hi Phil et al., while failed in setup of PyQt-3.2.4 for Qt-3.0.4 (see my last mail), I'm playing with the Qt-2.3.1 version now, accompanied by Boudewijn's book, which is very nice and really helpful, by the way. Congratulations, Boudewijn! Back on track, here are my first observations: a) The

[PyKDE] Qt 3.0.4 and PyQt-3.2.4 install trouble

2002-06-08 Thread Hans-Peter Jansen
Hi, just tried to install $subject. While building Qt and PyQt was successful, PyQt throws this error message on make install: /bin/sh ../mkinstalldirs /usr/lib/python2.1/site-packages /usr/bin/install -c -m 644 qt.py /usr/lib/python2.1/site-packages/qt.py make install-data-hook make[3]:

Re: [PyKDE] (no subject)

2002-06-06 Thread Hans-Peter Jansen
On Thu, 6 Jun 2002 09:26:32 GMT François CORRIHONS [EMAIL PROTECTED] wrote: Hi, I have a problem: I want to use Qt Designer both on PC and XTerm. On XTerm, no problem. But on PC, a segmentation fault (core dumped) appears each time I try to start Qt Designer. I'm using a screen