Re: [PyKDE] Install pykde with newer pyqt but still getting unuse parameter

2004-09-23 Thread Arkar Kyaw Win
Jim Bublitz wrote: On Thursday 23 September 2004 10:32, Phil Thompson wrote: Yep - the same problem everyone else is reporting with the new sip versions. I'll be getting to it as soon as possible. Whoops - an accidental incompatibility. I've just uploaded new SIP snapshots which should

Re: [PyKDE] Method to install pykde with sip-4.1

2004-09-23 Thread Jim Bublitz
On Thursday 23 September 2004 12:09, Phil Thompson wrote: > Ok, I've just uploaded another SIP snapshot which should fix the second > problem. I can now build PyKDE v3.11.3 for KDE v3.3 on Gentoo. I'm finishing testing on the sip4 snapshot and it seems to work fine. Jim

[PyKDE] sip4 snapshot

2004-09-23 Thread Jim Bublitz
The most recent sip4 snapshot seems to work fine here. I'm waiting for the compile to finish, but I've not had the problems posted with kdecore. I assume the sip3 change was basically the same thing. I'll be testing that also, but probably not tonight. Jim

Re: [PyKDE] Starting a project in PyKDE

2004-09-23 Thread Joseph Rawson
On Thursday 23 September 2004 11:51, Jim Bublitz wrote: > > I don't have anything put together for the KConfig related stuff - if > someone is using it and could donate some code that would be helpful. > > The kdelibs API docs should provide some help with this. They're available > at kde.org, and

Re: [PyKDE] ListBoxes Problem

2004-09-23 Thread Jim Bublitz
On Thursday 23 September 2004 12:04, Eli Yukelzon wrote: > Hi there. > I'm new to this mailing list and not sure that this question is > appropriate, but I'll try anyway :) > I have a form with two listboxes and one button, which is supposed to > delete an item from the currently selected listbox.

Re: [PyKDE] Method to install pykde with sip-4.1

2004-09-23 Thread gerard . vermeulen
On Thu, 23 Sep 2004 20:09:39 +0100, Phil Thompson wrote > > Ok, I've just uploaded another SIP snapshot which should fix the > second problem. I can now build PyKDE v3.11.3 for KDE v3.3 on Gentoo. > Builds OK, except for a tiny problem due to PyKDE with KDE-3.2.0 on Mandrake-10.0 (see attachment)

Re: [PyKDE] Where do SBR files come fomr?

2004-09-23 Thread Phil Thompson
On Thursday 23 September 2004 8:02 pm, Hihn, Jason wrote: > I am following the example in the manual for SIP. I sipped my .sip file, > but all I get are a bunch of .h and a few .cpp files in the directory, > and no errors or warnings. Then when I try to run the python script to > generate the makef

Re: [PyKDE] Install pykde with newer pyqt but still getting unuse parameter

2004-09-23 Thread Jim Bublitz
On Thursday 23 September 2004 10:32, Phil Thompson wrote: > > Yep - the same problem everyone else is reporting with the new sip > > versions. I'll be getting to it as soon as possible. > Whoops - an accidental incompatibility. I've just uploaded new SIP > snapshots which should fix it. If people

Re: [PyKDE] Method to install pykde with sip-4.1

2004-09-23 Thread Phil Thompson
On Thursday 23 September 2004 6:35 pm, [EMAIL PROTECTED] wrote: > On Thu, 23 Sep 2004 09:48:29 -0700, Jim Bublitz wrote > > > On Thursday 23 September 2004 08:00, Arkar Kyaw Win wrote: > > > Hi just before pyqt3.13 got out I tried to install pykde but the > > > complier dispaly error upon compling

[PyKDE] ListBoxes Problem

2004-09-23 Thread Eli Yukelzon
Hi there. I'm new to this mailing list and not sure that this question is appropriate, but I'll try anyway :) I have a form with two listboxes and one button, which is supposed to delete an item from the currently selected listbox. The problem is I am unable to find a way to distinguish which one

[PyKDE] Where do SBR files come fomr?

2004-09-23 Thread Hihn, Jason
I am following the example in the manual for SIP. I sipped my .sip file, but all I get are a bunch of .h and a few .cpp files in the directory, and no errors or warnings. Then when I try to run the python script to generate the makefile, I get an error that I can’t open mycontrol.sbr.  

Re: [PyKDE] Install pykde with newer pyqt but still getting unuse parameter

2004-09-23 Thread gerard . vermeulen
On Thu, 23 Sep 2004 18:32:21 +0100, Phil Thompson wrote > > Whoops - an accidental incompatibility. I've just uploaded new SIP > snapshots which should fix it. If people can confirm this I will > release SIP v4.1.1 in the next day or so. > This is the patch that has been effectively applied on

Re: [PyKDE] Method to install pykde with sip-4.1

2004-09-23 Thread gerard . vermeulen
On Thu, 23 Sep 2004 09:48:29 -0700, Jim Bublitz wrote > On Thursday 23 September 2004 08:00, Arkar Kyaw Win wrote: > > Hi just before pyqt3.13 got out I tried to install pykde but the > > complier dispaly error upon compling sip file from kdecore folder .Such > > as unused parameter.I use slackware

Re: [PyKDE] Install pykde with newer pyqt but still getting unuse parameter

2004-09-23 Thread Arkar Kyaw Win
Rex Dieter wrote: On Thu, 23 Sep 2004, Arkar Kyaw Win wrote: Hi just before pyqt3.13 got out I tried to install pykde but the complier dispaly error upon compling sip file from kdecore folder .Such as unused parameter.I use slackware10 with latest realease of pyqt and sip from main website.Befor

Re: [PyKDE] Install pykde with newer pyqt but still getting unuse parameter

2004-09-23 Thread Phil Thompson
On Thursday 23 September 2004 5:48 pm, Jim Bublitz wrote: > On Thursday 23 September 2004 08:00, Arkar Kyaw Win wrote: > > Hi just before pyqt3.13 got out I tried to install pykde but the > > complier dispaly error upon compling sip file from kdecore folder .Such > > as unused parameter.I use slack

Re: [PyKDE] Connect syntax.

2004-09-23 Thread Bryan O'Sullivan
On Thu, 2004-09-23 at 18:32 +0200, Sundance wrote: > The Principle of Least Surprise, I suppose. I'll venture that Phil's > clients are in good part people who already know Qt and are moving to > Python. It would not be very good marketing to surprise them with > significant API changes, I supp

Re: [PyKDE] Starting a project in PyKDE

2004-09-23 Thread Jim Bublitz
On Thursday 23 September 2004 07:59, Joseph Rawson wrote: > Hello, > > My project is named Konsultant, and it is a simple database application for > a small team of consultants to manage clients and tickets. There is not > much more than a main window and a couple of dialogs right now. I am > try

Re: [PyKDE] Install pykde with newer pyqt but still getting unuse parameter

2004-09-23 Thread Jim Bublitz
On Thursday 23 September 2004 08:00, Arkar Kyaw Win wrote: > Hi just before pyqt3.13 got out I tried to install pykde but the > complier dispaly error upon compling sip file from kdecore folder .Such > as unused parameter.I use slackware10 with latest realease of pyqt and > sip from main website.Be

Re: [PyKDE] Connect syntax.

2004-09-23 Thread Sundance
I heard Bryan O'Sullivan said: > What's wrong with not respecting the Qt API? The Principle of Least Surprise, I suppose. I'll venture that Phil's clients are in good part people who already know Qt and are moving to Python. It would not be very good marketing to surprise them with significant

Re: [PyKDE] Connect syntax.

2004-09-23 Thread Bryan O'Sullivan
On Thu, 2004-09-23 at 15:30 +0200, Sundance wrote: > Oh, it was just an idea about allowing this syntax: > someButton.connect(SIGNAL("clicked()"), otherObject.someMethod) > > IE, making the first argument implicit when connect() is used as an > instance method. Which seems a LOT more logical a

Re: [PyKDE] Install pykde with newer pyqt but still getting unuse parameter

2004-09-23 Thread Rex Dieter
On Thu, 23 Sep 2004, Arkar Kyaw Win wrote: Hi just before pyqt3.13 got out I tried to install pykde but the complier dispaly error upon compling sip file from kdecore folder .Such as unused parameter.I use slackware10 with latest realease of pyqt and sip from main website.Before I recomplie pyqt

[PyKDE] Re: [PATCH] Make various bits of kde-redhat x86_64 clean

2004-09-23 Thread Rex Dieter
On Thu, 23 Sep 2004, Bryan O'Sullivan wrote: After I downloaded several of the PyQt-related source RPMs last night, I ran into problems building them on an x86_64 system. Here are patches against the RPM spec files for sip3, sip, qscintilla, and PyQt that cause them all to build, install and run co

[PyKDE] Install pykde with newer pyqt but still getting unuse parameter

2004-09-23 Thread Arkar Kyaw Win
Hi just before pyqt3.13 got out I tried to install pykde but the complier dispaly error upon compling sip file from kdecore folder .Such as unused parameter.I use slackware10 with latest realease of pyqt and sip from main website.Before I recomplie pyqt to latest release I recomplie the sip too

[PyKDE] [PATCH] Make various bits of kde-redhat x86_64 clean

2004-09-23 Thread Bryan O'Sullivan
Hi, Rex - After I downloaded several of the PyQt-related source RPMs last night, I ran into problems building them on an x86_64 system. Here are patches against the RPM spec files for sip3, sip, qscintilla, and PyQt that cause them all to build, install and run correctly on a Fedora Core 2 system

Re: [PyKDE] Can't compile PyQt 3.12 using SIP 4.1

2004-09-23 Thread Bryan O'Sullivan
On Thu, 2004-09-23 at 08:04 -0500, Rex Dieter wrote: > Bryan O'Sullivan wrote: > > > Unfortunately, I can't find a sip-4.1 source RPM anywhere that > > corresponds to the binary RPM, so I can't see if it's doing something > > that I'm not. > > See: > http://apt.kde-redhat.org/apt/kde-redhat/all/S

[PyKDE] Starting a project in PyKDE

2004-09-23 Thread Joseph Rawson
Hello, My project is named Konsultant, and it is a simple database application for a small team of consultants to manage clients and tickets. There is not much more than a main window and a couple of dialogs right now. I am trying to concentrate on making some of the base layout and objects,

Here we go again [ was: Re: [PyKDE] Help -- QObject.connect() fails -- WId not recognized. ]

2004-09-23 Thread Maurizio Colucci
Jim Bublitz wrote: On Wednesday 25 August 2004 02:22, Maurizio Colucci wrote: It works! You are the hell of a hacker :-) Now, I can't ask my users to compile pykde, so I suppose...? I can add the changes transparently to PyKDE - it's always done some post-processing of sip code for

Re: [PyKDE] Connect syntax.

2004-09-23 Thread Sundance
I heard David Boddie said: > Can't you achieve this by rebinding connect like you suggested > before? Yep, in fact that's what I'm planning to do in a small homemade wrapper around PyQt. > Did I miss that part of the discussion? :-/ Oh, it was just an idea about allowing this syntax: someBut

Re: [PyKDE] Can't compile PyQt 3.12 using SIP 4.1

2004-09-23 Thread Rex Dieter
Bryan O'Sullivan wrote: Unfortunately, I can't find a sip-4.1 source RPM anywhere that corresponds to the binary RPM, so I can't see if it's doing something that I'm not. See: http://apt.kde-redhat.org/apt/kde-redhat/all/SRPMS.testing/sip* ___ PyKDE maili

Re: [PyKDE] Can't compile PyQt 3.12 using SIP 4.1

2004-09-23 Thread Rex Dieter
Bryan O'Sullivan wrote: On Wed, 2004-09-22 at 15:46 -0500, Rex Dieter wrote: WORKSFORME (I just can't build PyKDE, but that's another story). You could try the just released PyQt-3.13 to see if that works any better. As a matter of fact, I spotted the PyQt 3.13 release a few moments after I sen

Re: [PyKDE] Connect syntax.

2004-09-23 Thread David Boddie
On Wed, 22 Sep 2004 20:11:37, Sundance wrote: > I heard Phil Thompson said: > > > I have a policy of not (if at all possible) changing or "enhancing" > > the API. > > C++ Qt: > > SomeWidget::SomeWidget () { > // ... > connect (this, SIGNAL("whatever()"),// <-- look! >

Re: [PyKDE] Segfault calling kio.KService.allServices()

2004-09-23 Thread Maurizio Colucci
Maurizio Colucci wrote: Hello again, I downgraded KDE to 3.2 (official packages in suse 9.1), and the "undefined symbol" error disappeared. However, I am getting a segfault when I do services = kio.KService.allServices() I wasn't calling QApplication() first. sorry :-P ___

[PyKDE] Segfault calling kio.KService.allServices()

2004-09-23 Thread Maurizio Colucci
Hello again, I downgraded KDE to 3.2 (official packages in suse 9.1), and the "undefined symbol" error disappeared. However, I am getting a segfault when I do services = kio.KService.allServices() What should I do? Thanks for your precious help :) cheers Mau __