[PyKDE] QtGui.qApp does not correlate with QCoreApplication.instance()

2006-07-03 Thread Arve Knudsen
Hi On Windows XP, with PyQt-4.0 and Qt-4.1.4 I am experiencing what must surely be a bug. Before I have instantiated any QApplication, QtGui.qApp already exists although QCoreApplication.instance() is None (as I would expect!). After I create my own QApplication, QCoreApplication.instance()

[PyKDE] QTextEdit.setAutoFormatting() has an invalid type

2006-07-03 Thread Hans-Peter Jansen
Hi Phil, I just stumbled on this one: ~ pyuic -x -o form1.py form1.ui ~ python form1.py Traceback (most recent call last): File form1.py, line 54, in ? w = Form1() File form1.py, line 33, in __init__ self.textBrowser.setAutoFormatting(QTextBrowser.AutoAll) TypeError: argument 1 of

Re: [PyKDE] Eric3 version 3.9.1 causes problems when opening single *.py files

2006-07-03 Thread Detlev Offenbach
On Friday 30 June 2006 16:21, Lars Fabig wrote: Hi all, I'm new to Eric3 and set up the required software packages to make it running. My configuration is: - Windows XP - Qt 3.3.3 - Python 2.4.2 - PyQtGPL10.exe (http://www.quadgames.com/download/pythonqt/) - Eric3snapshot2005-04-10.exe

[PyKDE] Problems installing...

2006-07-03 Thread axel paxel
Hello there folks! Eager to start writing usefull code, installing PyKDE seemed like a brilliant idea. Now i'm however feeling a bit stupid not getting this right... I've finally given up. Google wasn't a friend of mine either. It's my first post here so be gentle ;) .

Re: [PyKDE] QTextEdit.setAutoFormatting() has an invalid type

2006-07-03 Thread Phil Thompson
On Monday 03 July 2006 3:25 pm, Hans-Peter Jansen wrote: Hi Phil, I just stumbled on this one: ~ pyuic -x -o form1.py form1.ui ~ python form1.py Traceback (most recent call last): File form1.py, line 54, in ? w = Form1() File form1.py, line 33, in __init__

Re: [PyKDE] QtGui.qApp does not correlate with QCoreApplication.instance()

2006-07-03 Thread Phil Thompson
On Monday 03 July 2006 1:56 pm, Arve Knudsen wrote: Hi On Windows XP, with PyQt-4.0 and Qt-4.1.4 I am experiencing what must surely be a bug. Before I have instantiated any QApplication, QtGui.qApp already exists although QCoreApplication.instance() is None (as I would expect!). After I