[PyKDE] Windows: can't import QtCore or QtGui

2006-11-27 Thread Adam Tenderholt
I get a DLL import error when I try loading QtCore or QtGui. It is complaining about not being able to find the entry point related to QAbstractItemModel.changePersistenIndexList(). I'm running with Python 2.5, qt-opensource-mingw-4.2.1, and PyQt-gpl-4.1-Py2.5-Qt4.2.1.exe. Adam _

[PyKDE] Tab characters in the line seem to affect where the edge mode marker is shown.

2006-11-27 Thread Daryl Dusheiko
Hi, This email follows on from my edge mode fault report sent 11/10/2006. Tab characters in the line seem to affect where the edge mode marker or highlighted text is shown. Eric is setup as follows: - Default encoding utf8 - Tab width & Indentation width = 4 - Default text font = Default text -

[PyKDE] Eric4

2006-11-27 Thread Gudjon I. Gudjonsson
Hi I saw today that there is a new version of QScintilla available. QScintilla-1.71-gpl-2-snapshot-20061126 But eric4 gives me the same error message as before: eric4 Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/eric4/eric4.py", line 155, in ? main() File "/

Re: [PyKDE] Small database application - best way?

2006-11-27 Thread Matt Newell
On Monday 27 November 2006 00:50, Sibylle Koczian wrote: snipped... > Double clicking, pressing F2 or Enter in a cell in one of the editable > columns doesn't select the text of this cell, as it does in the example > programs with editable models. Instead it erases the text completely. Not > helpfu

[PyKDE] Focus without window manager

2006-11-27 Thread Felipe Massia Pereira
Dear list, we are developing an installer and it runs without window manager on a livecd. The program has a main frame which fills up the entire X screen and some times we open a simple dialog (modal, Yes/No). The problem is, when we open a modal dialog, the focus follows mouse. Keyboard input sh

Re: [PyKDE] Small database application - best way?

2006-11-27 Thread Sibylle Koczian
Very sorry: that should have gone to the list! Koczian "David Boddie" <[EMAIL PROTECTED]> schrieb: > On 21 Nov 2006 10:29 GMT, Sibylle Koczian wrote: > >"David Boddie" <[EMAIL PROTECTED]> schrieb: > > >> Have you put the QTableView in a layout, or did you use QMainWindow for > >> the window and