Re: [PyKDE] Little article: data-aware widgets implemented in python

2005-03-09 Thread Jim Bublitz
On Wednesday 09 March 2005 21:13, Roberto Alsina wrote: > I just wrote an article with an idea on how to implement data-aware > widgets on the python side of PyQt, so you can, for example, use Python's > DB APIs instead of Qt's. > It's kinda nifty, if I may say so myself :-) > Check it out: http:

[PyKDE] Little article: data-aware widgets implemented in python

2005-03-09 Thread Roberto Alsina
I just wrote an article with an idea on how to implement data-aware widgets on the python side of PyQt, so you can, for example, use Python's DB APIs instead of Qt's. It's kinda nifty, if I may say so myself :-) Check it out: http://www.pycs.net/lateral/stories/35.html -- ("\''/").__..-''"`-.

Re: [PyKDE] ANN: new eric3 snapshot

2005-03-09 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Running the new snapshot against a new build of PyQt (the latest packages that Phil released this week plus Qt 3.3.4), I get this crash/traceback: Kevin-Walzers-Computer:~/Desktop/eric-snapshot-20050309 kevin$ eric3 Traceback (most recent call last

[PyKDE] PyQt configure error

2005-03-09 Thread jul
Hi I'm trying to update PyQt with the last 3.14.1 version, but the configuration script fails. Is there a way to traceback the error ? (I can't see any log file for this step) Thanks. ++ Jul. ### $python ./configure.py This is th

Re: [PyKDE] PyQt-Mac errors and Eric3

2005-03-09 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 jarrod roberson wrote: | I was able to fix this by making a link from those files in the lib | dir of qt to a directory on the search path, OK, good to know. I successfully installed Eric 3.6.2 after putting a symlink to libqscintilla in /usr/lib, just

Re: [PyKDE] PyQt-Mac errors and Eric3

2005-03-09 Thread jarrod roberson
On Wed, 09 Mar 2005 17:49:25 -0500, Kevin Walzer <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I'm working on a new binary distro of PyQt-Mac, but I'm getting some > errors when I try to run a few different PyQt applications to test the > build. > > Versions: Qt

[PyKDE] PyQt-Mac errors and Eric3

2005-03-09 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm working on a new binary distro of PyQt-Mac, but I'm getting some errors when I try to run a few different PyQt applications to test the build. Versions: Qt 3.3.4, PyQt 3.14.1, Sip 4.2.1, QScintilla 1.5.1 OS: Mac OS X 10.3.8 When I try to install Eri

[PyKDE] question re python interface to QPixmapCache

2005-03-09 Thread Tony Willis
Hi I am trying to translate the 'traffic lights' example of the use of QPixmaps and QPixmapCache in Mark Summerfield's article in Qt Quarterly (http://doc.trolltech.com/qq/qq12-qpixmapcache.html) to python. My version is given at the end of this message. The appended code almost works, but the ca

[PyKDE] ANN: new eric3 snapshot

2005-03-09 Thread Detlev Offenbach
Hi, I have just uploaded a new snapshot of eric3. This one features the following enhancements next to some bug fixes. - a Ruby debugger - lexer support for Lua - improved variables display to better cope with programs containing large arrays or dictionaries Please test especially the variable

[PyKDE] Strange QColor behavior when passing rgb in constructor.

2005-03-09 Thread Truls A. Tangstad
I've been testing and debugging to find a problem in our code where plots just weren't drawn (or rather drawn in white on white background), which I finally tracked down to be the way I used QColor. I assumed that passing a combined rgb-value as an int to QColor() would create the right color acco

Re: [PyKDE] Problem having .ui files compiled from eric3 (was Re: Compiling .ui files from eric3)

2005-03-09 Thread flupke
Detlev Offenbach wrote: Am Montag, 7. März 2005 23:29 schrieb flupke: Detlev Offenbach wrote: Am Montag, 7. März 2005 19:43 schrieb flupke: Hi, First of all thanks a lot for your work, I just installed eric3 this afternoon and really like the look & feel. I have a rather annoying pro