Re: [PyKDE] Problems in building PyKDE-3.5-2

2003-04-15 Thread Phil Thompson
On Tuesday 15 April 2003 3:43 pm, Mateusz Korniak wrote: I'm trying to build PyKDE-3.5.2 bindings to kde 3.1.1a (over qt 3.1.2) I have alredy build with success PyQt snap20030413 sip snap20030405 but got stuck with KDE bindings * Checking archive I step over:

Re: [PyKDE] Error building PyQT

2003-04-12 Thread Phil Thompson
On Thursday 10 April 2003 5:44 pm, Ricardo Javier Cardenes Medina wrote: On Thu, Apr 10, 2003 at 09:05:42AM -0500, Paul Pacheco wrote: *sigh*. Phil, maybe you should make point releases (3.5.1, .2, ...) when TrollTech makes some substractive change to the API :-? I don't want to put too

Re: [PyKDE] Error building PyQT

2003-04-12 Thread Phil Thompson
On Thursday 10 April 2003 3:05 pm, Paul Pacheco wrote: I am using gentoo linux, and when I try to emerge (compile and install) PyQT, I get the following error: ake[1]: Entering directory `/var/tmp/portage/PyQt-3.5-r1/work/PyQt-x11-gpl-3.5/qt' g++ -c -pipe -w -O2 -D_REENTRANT -fPIC

Re: [PyKDE] sipqtQDateTimeEdit

2003-04-03 Thread Phil Thompson
On Friday 04 April 2003 3:01 am, Heberto del Rio wrote: I've tryed to compile the PyQt-x11-gpl-3.5.tar.gz file but I had only one problem: in the sipqtQDateTimeEdit.cpp file there is a method: void sipQDateTimeEdit::sipProtect_layoutEditors() { QDateTimeEdit::layoutEditors(); }

Re: [PyKDE] SIP questions

2003-04-01 Thread Phil Thompson
On Wednesday 02 April 2003 4:09 am, Claus, Richard wrote: I have used SIP to provide Python access to a set of C++ classes I wrote. These classes don't involve either PyQt or Qt. A few points: 1) I have a placement operator new(size_t sz, void* p, bool swap) in one of the classes. It is

Re: [PyKDE] Problem with dialogues

2003-03-29 Thread Phil Thompson
On Saturday 29 March 2003 3:37 pm, Tom Chance wrote: Hullo, I've been rewriting an app of mine, and I've run into trouble with opening dialogues. Previously I made a full new class for a dialogue, and then created a class instance within the main window class, and then put all the functions

Re: [PyKDE] SIP questions

2003-03-25 Thread Phil Thompson
On Tuesday 25 March 2003 7:20 pm, WELCH,DONALD J (HP-Vancouver,ex1) wrote: Greetings- I am attempting to wrap a shared library on Linux using SIP. This shared library's API defines several C++ classes that interelate (in both IS-A and HAS-A relationships). Currently, all the classes are

Re: [PyKDE] More SIP questions

2003-03-25 Thread Phil Thompson
On Tuesday 25 March 2003 10:03 pm, WELCH,DONALD J (HP-Vancouver,ex1) wrote: Greetings, Thanks again for the quick response to my earlier queries. I have an additional point of contention: Each of these 5 variables and methods in the class are causing me grief. // channel.h class Channel

Re: [PyKDE] PyQt/RH/KDE 3.1.1

2003-03-24 Thread Phil Thompson
On Monday 24 March 2003 9:01 am, Ricardo Javier Cardenes Medina wrote: On Mon, Mar 24, 2003 at 01:28:43AM -0700, bondpaper wrote: Hello, I just upgraded KDE to 3.1.1, and was intrigued to discover that when I import qt in python, I get the following error:

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

2003-03-24 Thread Phil Thompson
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 of its concatenated module outlasts all others by a few

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

2003-03-24 Thread Phil Thompson
On Monday 24 March 2003 2:50 pm, Gerard Vermeulen wrote: On Mon, Mar 24, 2003 at 03:09:17PM +0100, Hans-Peter Jansen wrote: 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

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

2003-03-24 Thread Phil Thompson
On Monday 24 March 2003 4:00 pm, Ricardo Javier Cardenes Medina wrote: On Mon, Mar 24, 2003 at 02:58:30PM +, Phil Thompson wrote: Yes - I'd be happy with this. It also helps those compilers (aka MSVC) that choke on such a large C++ file but would probably handle... python build.py -c

Re: [PyKDE] Qscintilla indentation guides

2003-03-20 Thread Phil Thompson
On Monday 17 March 2003 8:05 pm, Tuvi, Selim wrote: Hi I recently built Eric 3.1 and qscintilla-1.51-win-commercial-snapshot-20030309. In the preferences for Eric you can set the indentation width which I set to 2. Despite this, the indentation guides are appearing every 5 characters instead

Re: [PyKDE] Python based GIS application

2003-03-20 Thread Phil Thompson
On Thursday 20 March 2003 3:54 pm, Eron Lloyd wrote: Hello all, I've been looking into working on a desktop GIS application, and not being quite brave enough to learn C++, was pondering using PyQt instead. Do you think this would be feasible enough, due to the enourmous graphical processing

Re: [PyKDE] PyQt QScintilla Status

2003-03-19 Thread Phil Thompson
On Tuesday 18 March 2003 7:22 am, Serge wrote: On Sun, 16 Mar 2003 16:33:22 + Phil Thompson [EMAIL PROTECTED] wrote: SKIP I plan to release the final versions as soon as Python 2.3 is released. Will 3.6 versions work with python 2.2 ? Yes, and every version of Python back to 1.5

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

2003-03-19 Thread Phil Thompson
On Wednesday 19 March 2003 3:03 pm, Jim Bublitz wrote: These are all the same kind of error - deleteNextDir() and deleteNextFile () in KIO::DeleteJob (jobclasses.sip) are now private. Just delete it - sip doesn't handle private methods. Just to mention a bit of SIP lore... Sometimes it is

[PyKDE] PyQt QScintilla Status

2003-03-16 Thread Phil Thompson
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 you want the next release to work for you. Phil

Re: [PyKDE] PyQt QScintilla Status

2003-03-16 Thread Phil Thompson
On Sunday 16 March 2003 5:32 pm, Jim Bublitz wrote: On 16-Mar-03 Phil Thompson wrote: 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. Hould there be a PyQt snapshot? I don't see one. It isn't tonight yet

Re: [PyKDE] Problem building PyQt, QScintilla, and eric

2003-03-12 Thread Phil Thompson
On Wednesday 12 March 2003 5:57 pm, Greg Fortune wrote: You'll want to build and install qscintilla before building sip. That won't make any difference. It's more likely that a later version of eric is required (ie. a snapshot). General upgrade order: 1) build/install qscintilla 2)

Re: [PyKDE] Problem building PyQt, QScintilla, and eric

2003-03-12 Thread Phil Thompson
On Wednesday 12 March 2003 6:27 pm, Greg Fortune wrote: On Wednesday 12 March 2003 10:08 am, Phil Thompson wrote: On Wednesday 12 March 2003 5:57 pm, Greg Fortune wrote: You'll want to build and install qscintilla before building sip. That won't make any difference. ??? Doesn't sip

Re: [PyKDE] Problem building PyQt, QScintilla, and eric (reprise)

2003-03-12 Thread Phil Thompson
On Wednesday 12 March 2003 9:28 pm, WELCH,DONALD J (HP-Vancouver,ex1) wrote: OK, thanks to some pointers from some of you and an earlier thread on this mailing list, I get past my first QScintilla problem. I followed this advice: http://mats.gmd.de/pipermail/pykde/2003-March/004747.html

Re: [PyKDE] qscintilla-1.51-win-commercial-snapshot-20030306 buil d error

2003-03-07 Thread Phil Thompson
On Friday 07 March 2003 11:34 pm, Peter Kropf wrote: I'm also receiving an error when I try to build PyQt. sipqtQDateTimeEdit.cpp .\sipqtQDateTimeEdit.cpp(1184) : error C2039: 'layoutEditors' : is not a member of 'QDateTimeEdit' C:\Qt\3.1.2\include\qdatetimeedit.h(231) : see

Re: [PyKDE] getText() fix from 2002/05/15

2003-03-06 Thread Phil Thompson
On Thursday 06 March 2003 3:06 pm, Eli Carter wrote: Jim Bublitz wrote: [snip] The current Qt version should build on RH7.3 with whatever Qt version you have (=1.42). Since you'll have to rebuild all of PyQt anyway, that isn't any more difficult (you'll need the corresponding sip

Re: [PyKDE] Problem siping with Qt 3.0.3

2003-03-05 Thread Phil Thompson
On Wednesday 05 March 2003 5:06 pm, Paul F. Kunz wrote: One of my users is having a problem building my software with PyQt 3.5 and the Qt 3.0.3 that came with his Red Hat 7.3 installation. Qt 3.0.3 doesn't appear to be supported by sip, so he tried 3.0.2 and 3.0.4 but got the following

Re: [PyKDE] Signal + Slots Problem

2003-03-05 Thread Phil Thompson
On Wednesday 05 March 2003 5:28 pm, Stuart Bronk wrote: Hi, I currently trying to set up signals and slots in my application I understand the principals and have read many examples but I am unable to get it working on my own could someone possibly help me out :) as this is only a basic test

Re: [PyKDE] Problem siping with Qt 3.0.3

2003-03-05 Thread Phil Thompson
On Wednesday 05 March 2003 6:26 pm, Paul F. Kunz wrote: On Wed, 05 Mar 2003 18:13:49 +, Phil Thompson [EMAIL PROTECTED] said: What makes you think that sip doesn't support Qt 3.0.3? Qt 3.0.3 is not in the version.sip file... %Timeline {Qt_1_43 Qt_2_00

Re: [PyKDE] Problem siping with Qt 3.0.3

2003-03-05 Thread Phil Thompson
On Wednesday 05 March 2003 8:19 pm, Paul F. Kunz wrote: On Wed, 05 Mar 2003 20:16:43 +, Phil Thompson [EMAIL PROTECTED] said: Versions are only defined if they are needed. They are needed if a version of Qt changes the API is some way that affects PyQt. (Take Trolltech's claims

Re: [PyKDE] Signal + Slots Problem

2003-03-05 Thread Phil Thompson
- From: Phil Thompson [mailto:[EMAIL PROTECTED] Sent: 05 March 2003 6:26 PM To: Stuart Bronk; [EMAIL PROTECTED] Subject: Re: [PyKDE] Signal + Slots Problem On Wednesday 05 March 2003 5:28 pm, Stuart Bronk wrote: Hi, I currently trying to set up signals and slots in my application I

Re: [PyKDE] Report print tools

2003-03-02 Thread Phil Thompson
On Sunday 02 March 2003 9:02 am, Kenneth Godee wrote: Phil, I've been searching all over trying to find that just right report tool to fit into my PyQt toolbox and coming up with nothing but a bunch of junk and was just getting ready to sit down with Qprinter/Qpaint(gulp). Now maybe I've

Re: [PyKDE] sip parse error

2003-03-02 Thread Phil Thompson
On Sunday 02 March 2003 3:39 pm, Eggert Ehmke wrote: Hi ! I am new to this list. I just tried to install PyQt 3.5 on a SuSE 8.1 system. Python 2.2 and Qt 3.1.1 are installed. When I run python build.py -l qt-mt I get this error: sip: sip/copying.sip:45: parse error In that file is the

Re: [PyKDE] BlackAdder

2003-02-28 Thread Phil Thompson
On Friday 28 February 2003 7:34 am, Gerard Breiner wrote: Hello, Is Eric distributed freely for platform Windows XP ? Yes. Which are its dependencies ? SIP, QScintilla, PyQt, Qt (v3 or later). Are its dependencies distributed freely? No. Phil

Re: [PyKDE] BlackAdder

2003-02-28 Thread Phil Thompson
On Friday 28 February 2003 1:33 pm, Peter Osborne wrote: BlackAdder os a commercial product from thekompany.com. There is nothing free about it. You must buy it. If you really want it, and don't know anyone with a credit card, you should contact thekompany.com and see if alternat arrangements

Re: [PyKDE] Status of Snapshots

2003-02-28 Thread Phil Thompson
On Friday 28 February 2003 6:07 pm, Gerard Vermeulen wrote: On Thu, Feb 27, 2003 at 04:24:32PM +, Phil Thompson wrote: Snapshots have been thin on the ground recently but I've now caught up. Tonights snapshots will include... support for Qt v3.1.2 support for Python v2.3a2

Re: [PyKDE] BlackAdder

2003-02-27 Thread Phil Thompson
On Thursday 27 February 2003 8:36 am, Gerard Breiner wrote: Hello, I would be greatful if someone in the team could send me the Blackadder software because, i don't user credit cards, i am against it. I would like to use it for my teaching Contact thekompany.com Phil

Re: [PyKDE] BlackAdder

2003-02-27 Thread Phil Thompson
On Thursday 27 February 2003 10:18 am, Gerard Breiner wrote: Hello, This is the first thing i did, but the problem is credit cards is required and i don't have credit card. So how do you expect anybody else to provide it? Phil ___ PyKDE mailing

[PyKDE] Status of Snapshots

2003-02-27 Thread Phil Thompson
Snapshots have been thin on the ground recently but I've now caught up. Tonights snapshots will include... support for Qt v3.1.2 support for Python v2.3a2 QScintilla synchronised to Scintilla v1.51. Phil ___ PyKDE mailing list[EMAIL PROTECTED]

Re: [PyKDE] QCanvasSprite segfaulting

2003-02-27 Thread Phil Thompson
On Tuesday 18 February 2003 8:13 am, Vio wrote: Greetings, Newbie hits wall while dipping toe in QCanvas. Would someone be kind enough to tell me why I get a segfault while trying to show() a sprite? my entire code: # START OF CODE # #

Re: [PyKDE] Some fundamentals

2003-02-25 Thread Phil Thompson
On Tuesday 25 February 2003 10:55 am, Tom Chance wrote: Well thank you to all who replied - that's much clearer now. By the time I'm finished with Python, I sweat I'm going to be half-way towards knowing C/C++ as well, as so many docs (even the O'Reilly books) seem to assume you're coming from

[PyKDE] PyQt Donations Page

2003-02-24 Thread Phil Thompson
At the suggestion of somebody on the list I've added a donations page at http://www.riverbankcomputing.co.uk/pyqt/donate.php. Free feel to inundate me with money, or to completely ignore as you see fit. Phil ___ PyKDE mailing list[EMAIL

Re: [PyKDE] QValidator.fixup() and PyQt

2003-02-24 Thread Phil Thompson
On Monday 24 February 2003 8:33 pm, Jonathan Gardner wrote: I am trying to implement my own QValidator so that I can do cool things like enter money, phone numbers, etc... Anyway, I would like to be able to modify the QString passed into fixup(). However, the code below (obviously) doesn't

Re: [PyKDE] PyQt - getting unexpected async reply in threaded app (newbie)

2003-02-22 Thread Phil Thompson
On Saturday 22 February 2003 11:53 am, Nicholas John Murison wrote: Hi all, Both a colleague and I have run into the identical problem when using PyQt in a threaded environment. I have a threaded app, which uses QThreads for the threading model. I am trying to get the child threads to be

[PyKDE] Problems Emailing riverbankcomputing.co.uk

2003-02-22 Thread Phil Thompson
It seems that there have been some problems recently emailing riverbankcomputing.co.uk. I think these problems have now been resolved, but if anybody has not a response to a query or support question then please try again. This doesn't apply to anything that's appeared on the mailing list.

Re: [PyKDE] virtual functions not getting executed

2003-02-22 Thread Phil Thompson
On Saturday 22 February 2003 10:03 pm, Landshark wrote: I searched the archives for this and haven't yet found an answer. I created a subclass of QListViewItem and then wrote my own paintCell(...) function. However, this function never gets called, only the baseclass's paintCell gets

Re: [PyKDE] auto completion with qtext

2003-02-22 Thread Phil Thompson
On Wednesday 19 February 2003 10:38 pm, Kapil Thangavelu wrote: hi, i wanted to try and add auto-completion to a qtext app. i'm a little unsure how to proceed.. does anyone have a simple example of the api to use. looking in the docs for qscintilla the only reference to completion is.

Re: [PyKDE] QCanvasSprite segfaulting

2003-02-18 Thread Phil Thompson
On Tuesday 18 February 2003 8:13 am, Vio wrote: Greetings, Newbie hits wall while dipping toe in QCanvas. Would someone be kind enough to tell me why I get a segfault while trying to show() a sprite? my entire code: # START OF CODE # #

Re: [PyKDE] qt, pyqt license

2003-02-18 Thread Phil Thompson
On Tuesday 18 February 2003 1:21 pm, david wrote: Dear all, I don't understand the licence for qt and pyqt. On X11, it's GPL and on Microsoft Windows, it's what ? Commercial licenses and a free-as-in-free-beer for older version. That's very disorder ! There is also a commercial X11 license.

Re: [PyKDE] GUI Programming with Python: QT Edition

2003-02-14 Thread Phil Thompson
On Friday 14 February 2003 9:12 pm, Boudewijn Rempt wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 14 February 2003 20:46, Jonathan Gardner wrote: I just sent a personal email to Boudewijn and I echo this feeling. Boudewijn, perhaps you can sell us the book directly, so

Re: [PyKDE] timer expiration routine execution?

2003-02-13 Thread Phil Thompson
On Thursday 13 February 2003 9:14 am, A.T. Hofkamp wrote: Hello all, In ym animation program, I have a timer that expires for every frame (currently about 5 times/second). The time expiration handler routine then moves the moving objects one frame. Which objects are to be moved is stored in

Re: [PyKDE] menu/actions questions

2003-02-12 Thread Phil Thompson
On Wednesday 12 February 2003 1:52 pm, Garry Hodgson wrote: i'm trying to create a menu of mail folders for a mail client i'm writing. results so far are good, but i'm a bit mystified about how to get menus to do what i want. so, a couple of questions: 1. in the following code, i create

Re: [PyKDE] seg fault using pyqt

2003-02-11 Thread Phil Thompson
On Tuesday 11 February 2003 12:16 am, Ricardo Javier Cardenes Medina wrote: On Mon, Feb 10, 2003 at 07:16:03PM +0100, Torsten Marek wrote: Put export KDE_MALLOC=n in your ~/.profile, that should do the job. Mmmh... That claims for a FAQ. Do we have one, apart from Phil's README at PyQt?

Re: [PyKDE] Installing PyQt on Mandrake 9.1

2003-02-09 Thread Phil Thompson
On Sunday 09 February 2003 2:32 pm, Andy Neitzke wrote: Hello, I would be really grateful for some help in installing PyQt on Mandrake 9.1 -- have been tearing my hair out over this. The story so far: Since the RPMs don't work for a variety of reasons, I tried installing from the latest

Re: [PyKDE] pyuic does not correctly translate QListView pixmaps

2003-02-07 Thread Phil Thompson
On Friday 07 February 2003 10:33 pm, Tuvi, Selim wrote: Hi, I'd like to report a problem that we are encountering in PyQt 3.5 Commercial. If in Qt Designer we add a QListView and define a pixmap for one or more of the items in the QListView, pyuic does not translate this correctly and gives

Re: [PyKDE] Building PyQT with Qt-eval

2003-02-06 Thread Phil Thompson
On Thursday 06 February 2003 12:08 pm, Ong Kian Win wrote: As it says in the FAQ, the evaluation version isn't supported. The alternative is to evaluate the GPL version on a Linux system. Oops. Sorry for missing that in the FAQ. The folks at Trolltech says: --- You will be getting the

Re: [PyKDE] connecting multiple signals to a single python function

2003-02-03 Thread Phil Thompson
On Monday 03 February 2003 2:07 pm, Mike Kinton wrote: I want to be able to connect multiple signals to a single slot using a python function. To make this work, I need to be able to determine from within the python function which signal was the source. Is it possible to do this? You can

Re: [PyKDE] Bug with QColorDialog::getRgba() ...

2003-02-01 Thread Phil Thompson
On Saturday 01 February 2003 12:08 am, Sebastien Auclair wrote: With PYQT Win_Commercial 3.4 The return of the call changes the type of the receiving variable. Here's a demonstration: color = qRgba(1,1,1,1) qRed(color) 1 color = QColorDialog.getRgba (c) color (16843009, 1)

Re: [PyKDE] Building PyQT with Qt-eval

2003-01-29 Thread Phil Thompson
On Wednesday 29 January 2003 9:59 am, Ong Kian Win wrote: Hi. I am using Windows XP Qt 3.1.1 evaluation SIP 3.5 PyQt 3.5 I have some problems with building SIP and PyQT with the evaluation version of Qt. Basically, build.py does not automagically pick up qt-mteval311.lib as a valid

Re: [PyKDE] How to add more widgets to a QScrollView once the exec_loop start s?

2003-01-25 Thread Phil Thompson
On Wednesday 22 January 2003 4:55 pm, Tuvi, Selim wrote: Hi, I am developing an application that has a QScrollView widget in it. The QScrollView widget has a QVBox in which I add more widgets. When I initially add the widgets before the exec_loop starts I can see what I added on the screen.

Re: [PyKDE] Next attempt to tackle QSpinBox strangeness

2003-01-25 Thread Phil Thompson
On Friday 24 January 2003 1:43 pm, Hans-Peter Jansen wrote: On Thursday 23 January 2003 19:46, me wrote: Problem: reimplemented QSpinBox don't get focus events and doesn't behave correctly on up/down cursor key events (value doesn't change). Also, manually editing the QSpinBox value doesn't

Re: [PyKDE] sip macro expansion

2003-01-25 Thread Phil Thompson
On Saturday 25 January 2003 4:13 pm, Michael Lauer wrote: Hi Phil, is it possible to escape a '$' as part of a sip .pro-file template? E.g. if I want to have a line like LIBS = $$(PRESIP_LIBS) (which is a valid qmake construct) to appear in my .pro file, sip swallows the first $ because of

Re: [PyKDE] Now tackle dtor strangeness

2003-01-25 Thread Phil Thompson
On Saturday 25 January 2003 11:07 pm, Hans-Peter Jansen wrote: On Saturday 25 January 2003 17:02, Phil Thompson wrote: Thanks for putting the effort into this - it was very helpful. The bug is that qspinbox.sip should say... bool eventFilter(QObject *,QEvent *); ...instead

Re: [PyKDE] Problem building PyQt-x11-gpl-snapshot-20030120

2003-01-24 Thread Phil Thompson
On Wednesday 22 January 2003 2:17 pm, Laurent Rathle wrote: Hello, I have this message while building PyQt-x11-gpl-snapshot-20030120 : Generating the C++ source for the qt module. *** *** sip: sip/qtmod.sip:23: parse

Re: [PyKDE] QPointArray Corruption

2003-01-24 Thread Phil Thompson
On Monday 20 January 2003 4:35 pm, Yannick Gingras wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have a problem here on PyQt 3.5. The QPointArray.putPoints() function store a corrupted vertion of the point list but the constructor of QPointArray handle it without any problems.

Re: [PyKDE] PyQt and qtranslator

2003-01-18 Thread Phil Thompson
On Saturday 18 January 2003 11:55 am, Petr Vanek wrote: cheers! this don't work - python/pyqt: tor = QTranslator( app, 0 ) tor.load( QString(lokalizacecpp.cs.qm), . ) app.installTranslator( tor ) but this one does - c++/qt: QTranslator tor( 0 ); tor.load( QString(lokalizacecpp.cs.po),

Re: [PyKDE] pykde.sourceforge.net

2003-01-16 Thread Phil Thompson
On Thursday 16 January 2003 2:59 pm, Jonathan Gardner wrote: On Thursday 16 January 2003 05: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

Re: [PyKDE] pyqt-debian

2003-01-16 Thread Phil Thompson
On Thursday 16 January 2003 3:41 pm, Michael Lauer wrote: Am Don, 2003-01-16 um 09.01 schrieb Phil Thompson: With SIP v4 there won't be any visible version numbers (there will be internal ones that will trigger an exception if you mix incomatible modules). The names will be sip.so, qt.so

Re: [PyKDE] pykde.sourceforge.net

2003-01-16 Thread Phil Thompson
On Thursday 16 January 2003 4:42 pm, Jonathan Gardner wrote: On Thursday 16 January 2003 07:26, Phil Thompson wrote: I can offer web space, but there is still the problem that a front end needs to be coded up. I have the skills, but not the time. Jim, Thanks for the offer. Errm, me

Re: [PyKDE] pykde.sourceforge.net

2003-01-16 Thread Phil Thompson
On Thursday 16 January 2003 5:30 pm, Jonathan Gardner wrote: On Thursday 16 January 2003 09:12, Phil Thompson wrote: On Thursday 16 January 2003 4:42 pm, Jonathan Gardner wrote: On Thursday 16 January 2003 07:26, Phil Thompson wrote: I can offer web space, but there is still the problem

Re: [PyKDE] PyQt fails

2003-01-14 Thread Phil Thompson
On Tuesday 14 January 2003 5:47 pm, Paul F. Kunz wrote: On a Red Hat Linux 7.2 system I just built sip-3.5 and PyQt 3.5 with gcc 2.95.3. I get immediate failure [pfkeb@Kunz-pbdsl1 RunControl]$ python Python 2.2.2 (#1, Oct 15 2002, 07:42:56) [GCC 2.95.3 20010315 (release)] on linux2 Type

Re: [PyKDE] PyQt fails

2003-01-14 Thread Phil Thompson
On Tuesday 14 January 2003 6:20 pm, Paul F. Kunz wrote: On Tue, 14 Jan 2003 18:03:33 +, Phil Thompson [EMAIL PROTECTED] said: On Tuesday 14 January 2003 5:47 pm, Paul F. Kunz wrote: On a Red Hat Linux 7.2 system I just built sip-3.5 and PyQt 3.5 with gcc 2.95.3. I get immediate

Re: [PyKDE] sip wrapping QCanvasItem's rtti()

2003-01-14 Thread Phil Thompson
On Tuesday 14 January 2003 11:12 pm, Anthony Heading wrote: On Tue, Jan 14, 2003 at 04:45:57PM -0600, Frederick Polgardy Jr wrote: On Tuesday 14 January 2003 04:41 pm, Anthony Heading wrote: So this appears to be forcing a call to the base class version of the function, which seems rather

Re: [PyKDE] PqQt QWizard on Sharp Zaurus

2003-01-11 Thread Phil Thompson
On Tuesday 07 January 2003 4:46 pm, Ian Macfarlane wrote: I've recently put PyQt on my Zaurus using the ipkg pyqt_3.5-1.0_arm.ipk. However when a try to use a QWizard I'm told that it is not defined. Has anyone else had any problems using QWizard I on the Zaurus. The exact same programs works

Re: [PyKDE] MD5 algorithm -help

2003-01-06 Thread Phil Thompson
On Saturday 04 January 2003 7:21 am, kamaraju krishna wrote: Hello, we are developing sip protocol stack for VOIP hard phone.. for this application in REGISTER request we need MD5 algorithm implementation for sending password in DIGEST method . we are using RFC 1321 for MD5 algorithm

Re: [PyKDE] QListView(Item) subclass insertItem strange behaviour, bug?

2003-01-05 Thread Phil Thompson
On Saturday 04 January 2003 6:00 pm, marvelan L wrote: Hi list I have subclassed QListView and QListViewItem in order to be able to use my own list view items with additional methods. I need to call these methods when a list view item is inserted as a child to another item. But it does not

Re: [PyKDE] SIP Roadmap

2003-01-03 Thread Phil Thompson
On Friday 03 January 2003 10:35 am, Michael Lauer wrote: http://www.riverbankcomputing.co.uk/sip/roadmap.php Sounds very interesting... great changes to come up. However, as always I'm concerned about the Qt/Embedded and more specifically the QtPE bindings - what is your direction for these?

Re: [PyKDE] SIP Roadmap

2003-01-03 Thread Phil Thompson
On Friday 03 January 2003 11:46 am, [EMAIL PROTECTED] 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. As author of PyQwt, an

Re: [PyKDE] SIP Roadmap

2003-01-03 Thread Phil Thompson
On Friday 03 January 2003 12:05 pm, Hans-Peter Jansen wrote: 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

Re: [PyKDE] SIP Roadmap

2003-01-03 Thread Phil Thompson
On Friday 03 January 2003 1:12 pm, [EMAIL PROTECTED] wrote: On Friday 03 January 2003 11:46 am, [EMAIL PROTECTED] 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

Re: [PyKDE] QThread issue

2003-01-03 Thread Phil Thompson
On Friday 03 January 2003 7:33 pm, Bart Verwilst wrote: Anyone, plz? :$ On Thursday 02 January 2003 02:31, Bart Verwilst wrote: || Hello! || || I'm programming LokiPoki (http://lokipoki.sf.net), and i have a || question about QThread.. (You can see my code in the CVS repository on ||

Re: [PyKDE] pyqt/mysqld thread deadlock

2003-01-01 Thread Phil Thompson
On Wednesday 01 January 2003 5:58 pm, Kaleb Pederson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok. I have a PyQt program using mysql as a database with mysqldb as my database client. I'm spawning qt threads to do all the work before I call a postevent to let my application know

Re: [PyKDE] PyQt installation problem

2002-12-30 Thread Phil Thompson
On Monday 30 December 2002 5:07 pm, Oded Arbel wrote: On Mon, 30 Dec 2002, Phil Thompson wrote: On Monday 30 December 2002 12:32 pm, Oded Arbel wrote: I got this : -- snip -- import qt Traceback (most recent call last): File stdin, line 1, in ? File

Re: [PyKDE] Re: [Patch] QScintilla , UTF-8, eric

2002-12-20 Thread Phil Thompson
On Thursday 19 December 2002 2:25 pm, Martin v. Löwis wrote: Serge [EMAIL PROTECTED] writes: 1. Code window in eric does not accept cyrillic characters 2. It also does not display properly cyrillic UTF-8 characters Please try the attached patch. It implements PEP 263 for Eric3, putting the

Re: [PyKDE] QThread problem

2002-12-20 Thread Phil Thompson
On Thursday 19 December 2002 11:45 am, Steven Scott wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm running the latest Python, Qt, and PyQt. I have this class: class BotThread( QThread ): def __init__( self, bot, callback ): self.bot = bot

Re: [PyKDE] QPixmap.loadFromData

2002-12-20 Thread Phil Thompson
On Thursday 19 December 2002 8:49 pm, Oleksandr Yakovlyev wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry for offtopic QPixmap.loadFromData have argument (from sip headers) - /Array/. What is it ? Is it from array python module or it is something else ? I'm aways receiving

Re: [PyKDE] Installation problems with PyQT on Windows (DLL Load Failed)

2002-12-20 Thread Phil Thompson
On Friday 20 December 2002 3:19 am, Feroze Mohamed Arif wrote: Hi, I downloaded the latest binary for PyQT (PyQt-win-nc-3.5.exe) and installed it with Python v2.2.2. The installation went off smoothly without any problems. I pointed the installation to d:\python22 and the qt module files

Re: [PyKDE] QThread problem

2002-12-20 Thread Phil Thompson
On Friday 20 December 2002 1:55 pm, Steven Scott wrote: Quoting Michael Lauer [EMAIL PROTECTED]: You forgot to call the constructor of QThread. ouch, I'm dumb. speaking on threading PyQt in general, can I assume that python threads and PyQt don't mix? (sorry if this has been discussed

Re: Re: [PyKDE] Installation problems with PyQT on Windows (DLL Load Failed)

2002-12-20 Thread Phil Thompson
On Friday 20 December 2002 2:33 pm, [EMAIL PROTECTED] wrote: Hello Phil, Thank you for your response. QT is installed on the C drive (c:\QT) and I am running the scripts from the D drive (by clicking on Start-Programs-PyQt 3.5-Examples-aclock.py). The examples are in

Re: [PyKDE] Installation problems with PyQT on Windows (DLL Load Failed)

2002-12-20 Thread Phil Thompson
On Friday 20 December 2002 3:00 pm, Feroze Mohamed Arif wrote: Hello Phil, I installed Python and PyQt on the C drive where QT is already installed and tried running the example script. However the problem still remains. Here is the traceback: Traceback (most recent call last): File

Re: [PyKDE] QDateTime

2002-12-20 Thread Phil Thompson
On Friday 20 December 2002 3:17 pm, Oleksandr Yakovlyev wrote: Can I compare QDateTime objects ? I use fi = QFileInfo(self.mailbox) state = fi.lastModified() fi.lastRead() print state It show sometime 0, sometime 1 (by random) No. You need to convert them so something

Re: [PyKDE] eric on rawhide

2002-12-20 Thread Phil Thompson
On Friday 20 December 2002 4:27 pm, [EMAIL PROTECTED] wrote: Hi, I dont know how to install eric on my redhat box, which was setup as 7.2 and than updated to rawhide. there are following packages installed, $ rpm -qa | grep -i qt kdebindings-qtc-3.0.3-1 PyQt-devel-3.5-2 qt-3.1.0-1.3

Re: [PyKDE] mac os x support

2002-12-20 Thread Phil Thompson
On Friday 20 December 2002 10:36 am, kapil thangavelu wrote: is there any timeline on pyqt/sip support for mac osx? i'm mainly interested in python w/ qt/x11 support under osx. searching through the archives, i see a message from phil, dated august 1st 2k2, which outlines the problems and

Re: [PyKDE] sip wrapping problem

2002-12-20 Thread Phil Thompson
On Friday 20 December 2002 10:47 pm, Hans-Peter Jansen wrote: Hi *, while trying to wrap a Qt TiffHandler class in order to be able to load and display facsimiles from PyQt, I stumbled across this problem: on import of the wrapped class, it blocks after loading this module:

Re: [PyKDE] Umlauts in Qscintilla in UTF-8 mode

2002-12-16 Thread Phil Thompson
On Sunday 15 December 2002 7:58 pm, Martin v. Löwis wrote: Phil Thompson [EMAIL PROTECTED] writes: Do you see the same thing if you paste an accented character? No, that works fine. With some experimentation, I managed to let it core dump; stack trace below. Notice that the libraries are all

Re: [PyKDE] Umlauts in Qscintilla in UTF-8 mode

2002-12-15 Thread Phil Thompson
On Sunday 15 December 2002 12:24 pm, Martin v. Löwis wrote: I'm operating QScintilla in UTF-8 mode like this: import sys from qt import * from qtext import QextScintilla a = QApplication(sys.argv) s = QString(u\u20acHello world!\u0416) hello = QextScintilla() hello.setText(s)

[PyKDE] Opinions on pyuic Custom Widget Support

2002-12-14 Thread Phil Thompson
I've been prompted to look at improving pyuic's support for custom widgets. At the moment, if you use a custom widget, pyuic will generate the following at the start of the module... from modname import widgetname ...where widgetname is the class name of the custom widget - no problem there.

Re: [PyKDE] Opinions on pyuic Custom Widget Support

2002-12-14 Thread Phil Thompson
On Saturday 14 December 2002 4:04 pm, Ricardo Javier Cardenes Medina wrote: On Sat, Dec 14, 2002 at 11:10:18AM +, Phil Thompson wrote: I propose to remove this behaviour. A more generic, think about it for 2 minutes, solution is to allow Python code to be embedded in the Comment field

Re: [PyKDE] PyQt Licence

2002-12-13 Thread Phil Thompson
On Friday 13 December 2002 10:16 am, Per Gummedal wrote: I have the Business edition of BlackAdder, does this give me the right to download and use new PyQt versions for commercial use, or do I have to buy a commercial PyQt licence. As far as licensing is concerned, PyQt and BlackAdder are

Re: Solved [Re: [PyKDE] QPEApplication.setStylusOperation() woes]

2002-12-13 Thread Phil Thompson
On Friday 13 December 2002 3:03 pm, Michael Lauer wrote: Quoting my own message from 2002-08-29: Dear fellow PyQt'ers... did anyone have luck using QPEApplication.setStylusOperation( QPEApplication.RightOnHold)? It simply doesn't work for me: no right press event is emitted when it

Re: [PyKDE] ANN: SIP/PyQt v3.5 QScintilla v0.3 Released

2002-12-13 Thread Phil Thompson
On Friday 13 December 2002 2:53 pm, Michael Lauer wrote: Am Fre, 2002-12-13 um 02.11 schrieb Phil Thompson: Could you give me a hint how to wrap QCopEnvelope? I need it for our project since calling /opt/QtPalmtop/bin/qcop is way to slow. [...] I have wrapped QCopEnvelope

Re: [PyKDE] Sharp Zaurus support

2002-12-12 Thread Phil Thompson
On Thursday 12 December 2002 3:08 pm, Greg Fortune wrote: I'm considering putting together a PyQt based app for the Sharp Zaurus and would like to know what kind of success people have had. Is the Zaurus version of PyQt based on Qt 3.x or on one of the Qt 2.x series? Is the Zaurus version

Re: [PyKDE] Sharp Zaurus support

2002-12-12 Thread Phil Thompson
On Thursday 12 December 2002 3:48 pm, Greg Fortune wrote: The version of Qt is 2.3.3. However, a hardware vendor can fine tune the configuration any number of ways. The following is a list of disabled features on the Zaurus... Bummer, but that's exactly what I needed to know.

  1   2   3   4   5   6   >