Re: [PyKDE] Eric debugger trying to change source files?

2006-05-11 Thread jul
Is this something known / expected? Is there a way to turn it off (also ideally disabling the editor)? Hi, Maybe you have to disable the automatic end of line conversion in Settings - Editor - General. When activated, file EOL are automatically converted and file appears modified. ++

[PyKDE] Eric3 quicksearch question

2006-05-11 Thread Jürgen Urner
Hello Detlev A question about quicksearch. I can't help awaiting a little combobox appearing somewhere at the bottom of the editor pane when triggering quicksearch. But it never appears. Not shure, is this bug or feature? (ubuntu-linux, Eric3 0.9.0) Juergen

[PyKDE] PyQt4

2006-05-11 Thread Frode Øijord
Hi, I am currently developing an application using Qt 3.3.4 and PyQt 3.16. I would like to port to Qt4/PyQt4 as soon as possible, and was wondering about the PyQt4 beta release. Would anyone recommend using it now, or are there issues that need to be worked out before porting? -- Frode, SIM

Re: [PyKDE] PyQt4

2006-05-11 Thread Andreas Pakulat
On 11.05.06 15:19:46, Frode Øijord wrote: I am currently developing an application using Qt 3.3.4 and PyQt 3.16. I would like to port to Qt4/PyQt4 as soon as possible, and was wondering about the PyQt4 beta release. Would anyone recommend using it now, or are there issues that need to be

Re: [PyKDE] PyQt4

2006-05-11 Thread V. Armando Sole
Hi, At 15:19 11/05/2006 +0200, Frode Øijord wrote: Hi, I am currently developing an application using Qt 3.3.4 and PyQt 3.16. I would like to port to Qt4/PyQt4 as soon as possible, and was wondering about the PyQt4 beta release. Would anyone recommend using it now, or are there issues that

Re: [PyKDE] PyQt4

2006-05-11 Thread Sreeram Kandallu
PyQt4 has been quite stable for many months now! I ported a reasonably large application from PyQt3 to PyQt4 in February, and the app has been very stable all thru! Regards Sreeram Frode Øijord wrote: Hi, I am currently developing an application using Qt 3.3.4 and PyQt 3.16. I would like to

[PyKDE] Porting from PyQt3 to PyQt4

2006-05-11 Thread Frode Øijord
Hi, when porting from PyQt3 to PyQt4 will i have to rewrite all GUI code to the Qt4 way of doing things? More to the point, I have subclassed a QListView and a QListViewItem and I am wondering if I have to reimplement those with a model/view design? Also, Qt4 have some compatibility classes

Re: [PyKDE] Porting from PyQt3 to PyQt4

2006-05-11 Thread Andreas Pakulat
On 11.05.06 17:19:25, Frode Øijord wrote: when porting from PyQt3 to PyQt4 will i have to rewrite all GUI code to the Qt4 way of doing things? More to the point, I have subclassed a QListView and a QListViewItem and I am wondering if I have to reimplement those with a model/view design?

Re: [PyKDE] Porting from PyQt3 to PyQt4

2006-05-11 Thread Frode Øijord
Andreas Pakulat wrote: On 11.05.06 17:19:25, Frode Øijord wrote: when porting from PyQt3 to PyQt4 will i have to rewrite all GUI code to the Qt4 way of doing things? More to the point, I have subclassed a QListView and a QListViewItem and I am wondering if I have to reimplement those with

Re: [PyKDE] Porting from PyQt3 to PyQt4

2006-05-11 Thread Patrick Stinson
On 5/11/06, Andreas Pakulat [EMAIL PROTECTED] wrote: On 11.05.06 17:19:25, Frode Øijord wrote: when porting from PyQt3 to PyQt4 will i have to rewrite all GUI code to the Qt4 way of doing things? More to the point, I have subclassed a QListView and a QListViewItem and I am wondering if I

Re: [PyKDE] PyQt4

2006-05-11 Thread Patrick Stinson
pnot ony is it stable, but you can get a system up and running using pyqt4 very fast, considering trolltech releases windows binaries on their site. I found the build to be very smooth using gcc4 on OS X, and although it required an intermediate step or too on my gentoo linux machine, the process

Re: [PyKDE] Porting from PyQt3 to PyQt4

2006-05-11 Thread Andreas Pakulat
On 11.05.06 17:48:16, Frode Øijord wrote: Andreas Pakulat wrote: On 11.05.06 17:19:25, Frode Øijord wrote: when porting from PyQt3 to PyQt4 will i have to rewrite all GUI code to the Qt4 way of doing things? More to the point, I have subclassed a QListView and a QListViewItem and I am

Re: [PyKDE] Eric debugger trying to change source files?

2006-05-11 Thread Detlev Offenbach
Am Donnerstag, 11. Mai 2006 08:21 schrieb jul: Is this something known / expected? Is there a way to turn it off (also ideally disabling the editor)? Hi, Maybe you have to disable the automatic end of line conversion in Settings - Editor - General. When activated, file EOL are

Re: [PyKDE] eric3: Line wrapping

2006-05-11 Thread Detlev Offenbach
Am Donnerstag, 11. Mai 2006 01:54 schrieb Danny Adair: Mmmh, In /usr/lib/python2.4/site-packages/eric3/QScintilla/Editor.py Line 2152 in setTextDisplay(): self.setWrapMode(QextScintilla.SC_WRAP_WORD) If I change that to self.setWrapMode(QextScintilla.SC_WRAP_NONE) it seems to work for

Re: [PyKDE] Eric3 quicksearch question

2006-05-11 Thread Detlev Offenbach
Am Donnerstag, 11. Mai 2006 13:28 schrieb Jürgen Urner: Hello Detlev A question about quicksearch. I can't help awaiting a little combobox appearing somewhere at the bottom of the editor pane when triggering quicksearch. But it never appears. Not shure, is this bug or feature?

Re: [PyKDE] Eric3 quicksearch question

2006-05-11 Thread Jürgen Urner
Detlev Offenbach schrieb: Am Donnerstag, 11. Mai 2006 13:28 schrieb Jürgen Urner: Hello Detlev A question about quicksearch. I can't help awaiting a little combobox appearing somewhere at the bottom of the editor pane when triggering quicksearch. But it never appears. Not shure, is this

Re: [PyKDE] PyQt4

2006-05-11 Thread imcs ee
+1 for pyqt4. and for another question. does any body hassome informaitonofpyqwt. when will it have a pyqt4' version? 2006/5/11, Patrick Stinson [EMAIL PROTECTED]: pnot ony is it stable, but you can get a system up and running usingpyqt4 very fast, considering trolltech releases windows binaries

Re: [PyKDE] PyQt4

2006-05-11 Thread Gerard Vermeulen
On Fri, 12 May 2006 03:06:15 +0800 imcs ee [EMAIL PROTECTED] wrote: +1 for pyqt4. and for another question. does any body has some informaiton of pyqwt. when will it have a pyqt4' version? http://pyqwt.sourceforge.net/snapshot/PyQwt-20060419.tar.gz works with SIP-4.4.x, Qt4.x and Qt3.x. It

Re: [PyKDE] PyQt4

2006-05-11 Thread Lee Braiden
On Thursday 11 May 2006 15:34, Sreeram Kandallu wrote: PyQt4 has been quite stable for many months now! I ported a reasonably large application from PyQt3 to PyQt4 in February Are there debs of pyqt4 anywhere? Or, would it be easy to untar under ~, and add it to sys.path? -- Lee Braiden

Re: [PyKDE] PyQt4

2006-05-11 Thread Andreas Pakulat
On 11.05.06 16:00:36, Lee Braiden wrote: On Thursday 11 May 2006 15:34, Sreeram Kandallu wrote: PyQt4 has been quite stable for many months now! I ported a reasonably large application from PyQt3 to PyQt4 in February Are there debs of pyqt4 anywhere? Or, would it be easy to untar under ~,

Re: [PyKDE] Eric debugger trying to change source files?

2006-05-11 Thread Anthony Heading
On Thu, May 11, 2006 at 08:21:20AM +0200, jul wrote: Maybe you have to disable the automatic end of line conversion in Settings - Editor - General. That was exactly it! Thanks. It's a very strange default to have that turned on, I think. At most, I could see an argument for converting the

Re: [PyKDE] PyQt4

2006-05-11 Thread Lee Braiden
On Thursday 11 May 2006 22:38, Andreas Pakulat wrote: untar and add to sys.path?? No, if you take the tarball you're going to build it, using a compiler and python2.x-dev (and qt4 devel packages). Oh, of course; sorry :) I installed me python2.4 into $HOME and with it PyQt4+Qt4 as it's much

[PyKDE] Re: Q___Style wrapper

2006-05-11 Thread Mike Rovner
I wrapped QWindowsStyle (attached) and after exiting test application from PyQt4.QtGui import * app = QApplication([]) app.setStyle(QWindowsStyle()) lbl = QLabel(Windows) lbl.show() app.exec_() got a crash: (gdb) where #0 PyThreadState_New (interp=0x0) at Python/pystate.c:194 #1 0x080d993c

Re: [PyKDE] PyQt4

2006-05-11 Thread Andreas Pakulat
On 11.05.06 22:45:56, Lee Braiden wrote: On Thursday 11 May 2006 22:38, Andreas Pakulat wrote: I installed me python2.4 into $HOME and with it PyQt4+Qt4 as it's much easier to update (no need to su). Hmm. I'd rather not go that route. Maybe I'll try building it with one of the generic

Re: [PyKDE] Re: Q___Style wrapper

2006-05-11 Thread David Boddie
On Thu, 11 May 2006 15:12:17, Mike Rovner wrote: I wrapped QWindowsStyle (attached) and after exiting test application from PyQt4.QtGui import * app = QApplication([]) app.setStyle(QWindowsStyle()) lbl = QLabel(Windows) lbl.show() app.exec_() got a crash: (gdb) where #0  

[PyKDE] Re: Q___Style wrapper

2006-05-11 Thread Mike Rovner
David Boddie wrote: It looks like something expects to be deleted or garbage collected when the QApplication is destroyed, but that maybe the Python interpreter has already been shut down (interp is zero in frame #0). Agree. If you can show us your .sip file for the QWindowsStyle binding

[PyKDE] PyQt4: Undefined PyQtProxy::getReceivers(char const*) const

2006-05-11 Thread Mike Rovner
Latest PyQt4-x11-snapshot-20060507 with sip-snapshot-20060508 builds OK but on loading gets .../lib/python2.4/site-packages/PyQt4/QtGui.so: undefined symbol: _ZNK9PyQtProxy12getReceiversEPKc /mr ___ PyKDE mailing list