[PyKDE] Python shell autocompletion

2005-02-21 Thread Jul
Hi Detlev, I think there is a small bug when using the autocompletion in the Python shell : all the choices suggested in the autocompletion window are displayed twice. Regards, ++ Jul. ps: I can't make the exception filter work for debug. For example, I've tried to add 'KeyError' in the exception

Re: [PyKDE] ANN: SIP v4.2rc2 Released

2005-02-21 Thread Nahuel Greco
On Fri, 18 Feb 2005 23:51:46 + Phil Thompson <[EMAIL PROTECTED]> wrote: > I see the memory leak in the test_py_leak.py, but it's what I would expect > given what the script does. Because QDialog has a parent, ownership (ie. > responsibility for destroying the QDialog) is transfered to the pa

[PyKDE] "pyuic -embed" versions

2005-02-21 Thread Patrick Stinson
Are there any recent version compatibility problems with pyuic and embedding image data? I've been seeing some strange behavior between a machine of mine and a machine belonging to a tester of mine. Thanks, -P ___ PyKDE mailing listPyKDE@mats.imk.

[PyKDE] Using relative paths with SIP configuration

2005-02-21 Thread Giovanni Bajo
Hello, there seems to be a problem in using relative paths with configure.py in SIP 4.2 (probably even before). Assuming SIP source is in /sip, if I configure specifying "build" as installation directory for everything (-b build -d build -e build -v build), I end up with some files installed withi

[PyKDE] Compiling PyQT without having the qt library in the path

2005-02-21 Thread Giovanni Bajo
Hello, mkfeatures is correctly compiled using the QT directory with which SIP was configured. Nonetheless, the executable is then run assuming that the QT library is in the path, which can be false. Adding this line in configure.py:428 (just before os.system(exe) in create_features_file) works for

Re: [PyKDE] "pyuic -embed" versions

2005-02-21 Thread Phil Thompson
> Are there any recent version compatibility problems with pyuic and > embedding > image data? I've been seeing some strange behavior between a machine of > mine > and a machine belonging to a tester of mine. Not as far as I can recall. Phil ___ PyKDE

Re: [PyKDE] "pyuic -embed" versions

2005-02-21 Thread Hans-Peter Jansen
On Monday 21 February 2005 08:59, Patrick Stinson wrote: > Are there any recent version compatibility problems with pyuic and > embedding image data? I've been seeing some strange behavior > between a machine of mine and a machine belonging to a tester of > mine. Works fine here, creating the imag

Re: [PyKDE] Python shell autocompletion

2005-02-21 Thread Detlev Offenbach
Am Montag, 21. Februar 2005 14:57 schrieb Jul: > Hi Detlev, > I think there is a small bug when using the autocompletion > in the Python shell : all the choices suggested in the > autocompletion window are displayed twice. Which autocompletion do you mean. The shell has two autocompletions. The fi

Re: [PyKDE] Python shell autocompletion

2005-02-21 Thread jul
Both of these work ok over here. ok. My remark was concerning the Tab-key completion.  I've just looked a bit further and  you're right, there is no really bug. Many of the propositions are given twice (sometimes more),  but not all of them, so this not a real bug. Netherthless, it ma