Re: [PyKDE] ANN: PyKDE Extensions 0.1.0

2005-05-16 Thread Sebastian Kügler
On Sunday 15 May 2005 20:35, Simon Edwards wrote: Hello all, PyKDE Extensions is a collection of software and Python packages to support the creation and installation of KDE applications. http://www.simonzone.com/software/pykdeextensions/ First release is now available for testing and

Re: [PyKDE] ANN: PyKDE Extensions 0.1.0

2005-05-16 Thread David Boddie
On Sun, 15 May 2005 20:35:45, Simon Edwards wrote: PyKDE Extensions is a collection of software and Python packages to support the creation and installation of KDE applications. http://www.simonzone.com/software/pykdeextensions/ First release is now available for testing and trying out.

Re: [PyKDE] Failing to set the text of comboboxes

2005-05-16 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jorge Godoy schrieb: Hi! I have some comboboxes with some items in it, I allow them to be edited and I disallowed having duplicate items on them, so that if the text the user inputs already exists then it is used by the program instead of

[PyKDE] Re: Failing to set the text of comboboxes

2005-05-16 Thread Jorge Godoy
Torsten Marek [EMAIL PROTECTED] writes: Hi Jorge, Hi Torsten. if I try to use setCurrentText in a simple example, I do not observe any problems, the text just gets set. Have you been able to track down the problem? And if not, can you produce a minimal program that displays your problem

Re: [PyKDE] ANN: PyKDE Extensions 0.1.0

2005-05-16 Thread Simon Edwards
On Monday 16 May 2005 13:38, Sebastian Kügler wrote: On Sunday 15 May 2005 20:35, Simon Edwards wrote: Hello all, PyKDE Extensions is a collection of software and Python packages to support the creation and installation of KDE applications.

Re: [PyKDE] ANN: PyKDE Extensions 0.1.0

2005-05-16 Thread Simon Edwards
On Monday 16 May 2005 15:29, David Boddie wrote: On Sun, 15 May 2005 20:35:45, Simon Edwards wrote: PyKDE Extensions is a collection of software and Python packages to support the creation and installation of KDE applications. http://www.simonzone.com/software/pykdeextensions/ First

Re: [PyKDE] ANN: PyKDE Extensions 0.1.0

2005-05-16 Thread Sebastian Kügler
Hi, On Sunday 15 May 2005 20:35, Simon Edwards wrote: PyKDE Extensions is a collection of software and Python packages to support the creation and installation of KDE applications. It's a 1.0 development release, but what is there should already be useful. On Monday 16 May 2005

[PyKDE] SOLVED -- Re: Failing to set the text of comboboxes

2005-05-16 Thread Jorge Godoy
Jorge Godoy [EMAIL PROTECTED] writes: It is all working perfectly, except that when I need to come back from the database to the GUI it isn't accepting the 'setCurrentText()' command. In fact, it accepts it, gives no error, but doesn't change the text in the comboboxes. OK. I found the

Re: [PyKDE] ANN: PyKDE Extensions 0.1.0

2005-05-16 Thread David Boddie
On Tue, 17 May 2005 00:16:31, Simon Edwards wrote: On Monday 16 May 2005 15:29, David Boddie wrote: The only problem I had with installation was that the Python modules were installed in a python2.3/site-packages directory created specially by the setup script, rather than in my existing