Re: [PyQt] designer segfaults on startup after installing libpythonplugin.so and custom widget

2008-02-05 Thread Phil Thompson
On Monday 04 February 2008, Glen W. Mabey wrote: On Mon, Feb 04, 2008 at 01:00:25PM -0600, Phil Thompson wrote: Does it crash when you start Designer, or when you create your widget? When I start designer. Does the plugin.py example work? Nope. I run /usr/local/bin/python2.5

Re: [PyQt] PyKDE4 question

2008-02-05 Thread Adeodato Simó
* Jim Bublitz [Sun, 03 Feb 2008 09:52:40 -0800]: Hello Jim. I'm still working on my release (upgrading tools and documentation generation) Is this release intended to replace the current code in KDE's SVN? If so, is it somewhere public? If it's somewhat useable already, I wouldn't mind

[PyQt] Event loop is already running warning message

2008-02-05 Thread Darren Dale
Hello, A while back I inquired about some warning messages that appear in a threaded application at each timeout, which was addressed in a subsequent PyQt4 release: http://thread.gmane.org/gmane.comp.python.pyqt-pykde/9800/focus=9803 A similar problem occurs with QCoreApplication, it can be

Re: [PyQt] designer segfaults on startup after installing libpythonplugin.so and custom widget

2008-02-05 Thread Glen W. Mabey
On Tue, Feb 05, 2008 at 09:22:37AM -0600, Glen W. Mabey wrote: On Tue, Feb 05, 2008 at 02:01:50AM -0600, Phil Thompson wrote: On Monday 04 February 2008, Glen W. Mabey wrote: Nope. I run /usr/local/bin/python2.5 plugins.py from the examples/designer/plugins directory which

Re: [PyQt] designer segfaults on startup after installing libpythonplugin.so and custom widget

2008-02-05 Thread Glen W. Mabey
On Tue, Feb 05, 2008 at 02:01:50AM -0600, Phil Thompson wrote: On Monday 04 February 2008, Glen W. Mabey wrote: Nope. I run /usr/local/bin/python2.5 plugins.py from the examples/designer/plugins directory which first pops up that info window and then launches designer, but I

Re: [PyQt] PyKDE4 question

2008-02-05 Thread Jim Bublitz
On Tuesday 05 February 2008 01:41, Adeodato Simó wrote: * Jim Bublitz [Sun, 03 Feb 2008 09:52:40 -0800]: Hello Jim. I'm still working on my release (upgrading tools and documentation generation) Is this release intended to replace the current code in KDE's SVN? If so, is it somewhere

[PyQt] A couple of question about PyKDE4

2008-02-05 Thread Torsten Marek
Hi all, Debian's KDE team has started to package KDE 4.0 quite some time ago, and they have asked me if I had plans to package PyKDE 4.0. Before I start out with PyKDE4, I have a couple of questions: - what is the preferred build system? cmake or configure.py? Will any of these build system

Re: [PyQt] A couple of question about PyKDE4

2008-02-05 Thread Jim Bublitz
On Tuesday 05 February 2008 11:49, Torsten Marek wrote: Hi all, Debian's KDE team has started to package KDE 4.0 quite some time ago, and they have asked me if I had plans to package PyKDE 4.0. Before I start out with PyKDE4, I have a couple of questions: - what is the preferred build

[PyQt] Wacom tablet support

2008-02-05 Thread Jake Richards
Hello: I'm a little new to python and pyqt so please forgive any naive questions I might have :) But, what I am attempting to do is simply have my wacom tablet work similarly to my mouse in a pyqt application. It appears that left clicks, right clicks and tapping on the tablet all work fine,

Re: [PyQt] A couple of question about PyKDE4

2008-02-05 Thread Andreas Pakulat
On 05.02.08 12:13:28, Jim Bublitz wrote: On Tuesday 05 February 2008 11:49, Torsten Marek wrote: - is there any high-level documentation about krosspython? Forgive my ignorance, but I've never come across it. (I'd *guess* that it's for embedding PyKDE4 scripts as components in KDE programs)

[PyQt] eric3 and designer-qt4

2008-02-05 Thread Mario Daniel Carugno
Hi there, i'm trying eric3 with designer-qt4. I develop some dialog with designer, and compile it from eric3, but i can't subclass it. The option is grayed, why ? Thank you ___ PyQt mailing listPyQt@riverbankcomputing.com

[PyQt] Qcompleter,dateEdit popup questions.

2008-02-05 Thread Igor Prischepoff
Hello,everybody! I'm new to PyQt and in process of converting my application from wxPython to PyQt. I'd like to ask couple of question about nice QCompleter class in Qt and PyQt. Question #1: How can I build my own custom completer which completes on any char in the item word? It seems that