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
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
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
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
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.
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)
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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!
>
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
___
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
__
33 matches
Mail list logo