Re: [PyKDE] The tablet event, it works not!

2004-10-12 Thread Kaleb Pederson
It looks fine from here. I don't currently have tablet support compiled into my kernel, so it might take me a day or two to get to actually testing it. Is your event handler being called at all? If not, it sounds like your kernel and X aren't configured correctly. Hope that helps. --Kaleb O

Re: [PyKDE] The tablet event, it works not!

2004-10-12 Thread Sundance
> This is with Qt 3.3.3 and PyQt 3.12. > Yes, Qt has been compiled with tablet supported enabled, I've > doublechecked. > > Anyone has any idea what I'm doing wrong? Still no taker...? -- S. ___ PyKDE mailing list[EMAIL PROTECTED] http://mats.imk.f

[PyKDE] Accessing qscintilla widget from Qt designer

2004-10-12 Thread Andre Gosselin
Hi, I am a bit new to Qt/PyQt, and this maybe is a stupid question. So please bear with me. I am working on Linux (MDK 9.2), with Qt 3.1.2 installed. I downloaded the Mandrake qscintilla-1.4-2 src rpm, and followed all instructions given inside the README file to compile QScintilla and the Qt De

[PyKDE] Accessing qscintilla widget from Qt designer

2004-10-12 Thread Andre Gosselin
Hi, I am a bit new to Qt/PyQt, and this maybe is a stupid question. So please bear with me. I am working on Linux (MDK 9.2), with Qt 3.1.2 installed. I downloaded the Mandrake qscintilla-1.4-2 src rpm, and followed all instructions given inside the README file to compile QScintilla and the Qt De

Re: [PyKDE] connectNotify

2004-10-12 Thread Matias Guijarro
Hi all, I would like to know when a Python signal (PYSIGNAL) emitted by a QObject-derived instance is connected to something, in order to perform an expensive initialization only if necessary. I thought I could use the connectNotify method of QObject, but it does not seem to work : whatever I trie

Re: [PyKDE] connectNotify

2004-10-12 Thread Phil Thompson
> Hi all, > > I would like to know when a Python signal (PYSIGNAL) > emitted by a QObject-derived instance is connected to > something, in order to perform an expensive initialization > only if necessary. > > I thought I could use the connectNotify method of QObject, > but it does not seem to work

Re: [PyKDE] auto-Complete questions

2004-10-12 Thread John Fabiani
On Tuesday 12 October 2004 00:14, you wrote: > Hi, > Autocompletion can be done from an API file which contains > all Python functions. While this file depends on your > personal configuration of Python, you may use the > "gen_python_api.py" script to scan all your modules. You'll > then have to lo

Re: [PyKDE] eric3 install problem

2004-10-12 Thread Jordi Massaguer Pla
Christopher Chan wrote: When I invoke: python install.py I get the following: Sorry, please install PyQt. Error: No module named libsip I have the following installed: PyQt-3.12-3 qt3-3.3.1-36.16 python-2.3.3-85 sip-4.0rc2-57 Just some ideas: It may be that you need the devel packages I am not

[PyKDE] eric3 install problem

2004-10-12 Thread Christopher Chan
When I invoke: python install.py I get the following: Sorry, please install PyQt. Error: No module named libsip I have the following installed: PyQt-3.12-3 qt3-3.3.1-36.16 python-2.3.3-85 sip-4.0rc2-57 On SuSE 9.1 Professional. I can do can do an import sip, but no import libsip Does anyo

[PyKDE] connectNotify

2004-10-12 Thread Matias Guijarro
Hi all, I would like to know when a Python signal (PYSIGNAL) emitted by a QObject-derived instance is connected to something, in order to perform an expensive initialization only if necessary. I thought I could use the connectNotify method of QObject, but it does not seem to work : whatever I tried

[PyKDE] Re: PyQt ActiveX support: can't pass some types of parameters

2004-10-12 Thread Mike Thompson
Mike Thompson wrote: I change script to: import qt import qtaxcontainer streamObj = qtaxcontainer.QAxObject("ADODB.Stream") streamObj.dynamicCall("Open(const QVariant&,ConnectModeEnum,StreamOpenOptionsEnum,const QString&,const QString&)"); streamObj.dynamicCall("WriteText(cons

Re: [PyKDE] auto-Complete questions

2004-10-12 Thread [EMAIL PROTECTED]
Hi, Autocompletion can be done from an API file which contains all Python functions. While this file depends on your personal configuration of Python, you may use the "gen_python_api.py" script to scan all your modules. You'll then have to load the file generated into eric via the configuration dia

[PyKDE] Re: PyQt ActiveX support: can't pass some types of parameters

2004-10-12 Thread Mike Thompson
Mike Thompson wrote: Mike Thompson wrote: I'm trying to manipulate ActiveX objects using pyQt, but I've hit the following brick wall: Arrggh. Still problems ... I'm now getting no error messages. Which was very encouraging initially, BUT I've had to take a couple of steps back because dynamic