[PyKDE] Getting nowhere fast

2004-01-20 Thread Jim Bublitz
Here's a PyKDE status report - not esp good. For those who aren't aware, I had surgery on one eye Jan 8 and will have surgery on the other eye Jan 29. I've had some minor complications from the first surgery (leaks), the result being that my vision varies wildly from nearsighted to farsighted.

[PyKDE] Including database support in Qt runtime

2004-01-20 Thread Tuvi, Selim
Hi all, I recently compiled Qt 3.2.3 under Windows XP and selected MySql and Oracle support as 'Direct' in Advanced Options. The problem is that whenever a Qt or PyQt application runs it expects the MySql and Oracle runtime libraries to be in the search path. We'd like to distribute our applica

[PyKDE] error report for qt-3.3.0-beta1 on Mac OS X

2004-01-20 Thread Morgan Hough
I understand this isn't supported but I thought I would report this anyway. The reason I am trying is qt-3.3 is necessary for the Trolltech Qt/Mac contest. Using qt/mac-3.3.0b1, SIP-4.0rc2, Latest QScintilla and PyQt-x11-gpl-3.10 on Mac OS X 10.3.2. Fails at PyQt make stage (everything else insta

Re: [PyKDE] QComboTableItem problem

2004-01-20 Thread Hans-Peter Jansen
On Sunday 18 January 2004 17:20, Lionel Roubeyrie wrote: > Hi all, > I'm back with the same problem, I try to explain you exactly what > happens : I use Debian Sid (Knoppix) with the following versions : > Qt : 3.2.3 > python-qt3 : 3.8-3 > SIP : 3.8-2 > python : 2.3.2 script runs fine here on SuSE

Re: [PyKDE] Obscure bug in PyQt?

2004-01-20 Thread Phil Thompson
On Tuesday 20 January 2004 8:13 pm, Roberto Alsina wrote: > Hello, > > Ok, this one is pretty hard to explain. I imagine understanding will be > harder still :-) > > First of all: this same code worked with PyQt 3.8 (I think that was the > version), but doesn't with 3.9 or 3.10 > > Here's the story

Re: [PyKDE] QWidgetPlugin

2004-01-20 Thread Roland Schulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Tuesday 20 January 2004 18:53, Jim Bublitz wrote: > On Tuesday January 20 2004 08:24, Roberto Alsina wrote: > > I want to make it easier for widgets written in python to be > > used from designer. While it is possible to use the regular > > "cu

[PyKDE] Obscure bug in PyQt?

2004-01-20 Thread Roberto Alsina
Hello, Ok, this one is pretty hard to explain. I imagine understanding will be harder still :-) First of all: this same code worked with PyQt 3.8 (I think that was the version), but doesn't with 3.9 or 3.10 Here's the story. WI want to make a QTextBrowser show images. To do that, I created my o

RE: [PyKDE] Hi

2004-01-20 Thread Tuvi, Selim
The following e-mail was not sent by me, please ignore it. Thanks -Selim Selim Tuvi, Research Engineering Group, SLAC GLAST, I&T Online, MS 98 Tel:650-926-3376 Fax:650-926-4335 -Original Message- From: Tuvi, Selim Sent: Monday, January 19, 2004 7:45 AM To: [EMAIL PROTECTED] Subject: [

Re: [PyKDE] QWidgetPlugin

2004-01-20 Thread Jim Bublitz
On Tuesday January 20 2004 08:24, Roberto Alsina wrote: > I want to make it easier for widgets written in python to be > used from designer. While it is possible to use the regular > "custom widget" dialog... well, it kinda sucks visually :-) > So, the solution would be something using QWidgetPlu

[PyKDE] QWidgetPlugin

2004-01-20 Thread Roberto Alsina
Hello, I want to make it easier for widgets written in python to be used from designer. While it is possible to use the regular "custom widget" dialog... well, it kinda sucks visually :-) So, the solution would be something using QWidgetPlugin. It seems what I would have to do is: * Create a QW