RE: [PyKDE] Solaris PyQT Problem

2004-07-22 Thread Faulconer, Steven M.
To continue with my troubleshooting: I tried, just on a whim, recompiling the 3.12 version of PyQT and reinstalling. Again, other than some warnings about anachronisms, the compile went fine. When importing the qt module, I get the same exact error message. If someone has PyQT running on Solaris

Re: [PyKDE] Re: Getpass problems with Eric3

2004-07-22 Thread Douglas
Thanks Detlev ! You're great ! See Ya ! Em Qui 22 Jul 2004 14:19, Detlev Offenbach escreveu: > Am Mittwoch, 21. Juli 2004 19:19 schrieb Detlev Offenbach: > > Am Mittwoch, 21. Juli 2004 02:55 schrieb Douglas: > > > Hi ! > > > > > > Im running this code on Eric3 and im getting error mensages... >

Re: [review] [PyKDE] Canvas in a widget

2004-07-22 Thread Detlev Offenbach
Hi, if you look for an example I could recommend eric3. The graphics module uses the QCanvas to show some UML like diagrams that have some interactivity. Detlev Am Donnerstag, 22. Juli 2004 18:53 schrieb Jim Bublitz: > On Thursday 22 July 2004 01:15, Angel Lopez Muñoz wrote: > > Hello, > > > >

Re: [PyKDE] Re: Getpass problems with Eric3

2004-07-22 Thread Detlev Offenbach
Am Mittwoch, 21. Juli 2004 19:19 schrieb Detlev Offenbach: > Am Mittwoch, 21. Juli 2004 02:55 schrieb Douglas: > > Hi ! > > > > Im running this code on Eric3 and im getting error mensages... > > > > The code---> > > > > #!/usr/bin/env python > > #coding=iso-8859-1 > > > > from getpass import un

Re: [review] [PyKDE] Canvas in a widget

2004-07-22 Thread Jim Bublitz
On Thursday 22 July 2004 01:15, Angel Lopez Muñoz wrote: > Hello, > > what is the better way to use a canvas inside a widget created with > QtDesigner?? > > I have a frame waiting for the canvasView, but I don't know what classes, > subclasess, parents, I have to make. I haven't used QCanvas, but

RE: [PyKDE] Solaris PyQT Problem

2004-07-22 Thread Faulconer, Steven M.
I'm able to run 'nm -c' on the qt.so library, which demangles most of the symbols, but I don't see anything like that in the resulting list. Thanks. Steven Faulconer -Original Message- From: Jim Bublitz [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 8:40 PM To: Faulconer, Stev

Re: [PyKDE] Using KWinModule produces Error

2004-07-22 Thread Simon Edwards
Hi, On Thursday 22 July 2004 10:04, Martin Kügler wrote: > I am a long time python programmer but new with KDE. Lately I installed > SIP, PyQT and PyKDE on my Mandrake 9.2 System with Python version 2.3 (#2, > Aug 31 2003, 17:27:29) and everything worked fine and the first examples > work great -

[PyKDE] Using KWinModule produces Error

2004-07-22 Thread Martin Kügler
Hello, I am a long time python programmer but new with KDE. Lately I installed SIP, PyQT and PyKDE on my Mandrake 9.2 System with Python version 2.3 (#2, Aug 31 2003, 17:27:29) and everything worked fine and the first examples work great - I really appreciate this QT an KDE bindings! however when

[PyKDE] Canvas in a widget

2004-07-22 Thread Angel Lopez Muñoz
Hello, what is the better way to use a canvas inside a widget created with QtDesigner?? I have a frame waiting for the canvasView, but I don't know what classes, subclasess, parents, I have to make. What I need is a place in the widget where display an image an the click in it to draw some poi