[PyQt] ANN: eric 5.1.7 released

2011-12-04 Thread detlev
Hi, I just uploaded eric 5.1.7. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] Translation updates needed for eric4 4.5

2011-12-04 Thread Detlev Offenbach
of 7441, 71% zh_CN.GB23126308 of 7441, 84.8% Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] ANN: eric 4.4.19 released

2011-12-04 Thread Detlev Offenbach
Oops, that should not happen. I just uploaded a new package with a corrected install script. Detlev Am Sonntag, 4. Dezember 2011, 23:05:36 schrieb zw g: Bad luck. HandsomeGui-on-MBP:eric4-4.4.19 zhenweigui$ ll total 264 -rw-r--r-- 1 zhenweigui staff 32856 Dec 4 20:04 LICENSE.GPL3

Re: [PyQt] Issue with pyqtSignal

2011-11-05 Thread Detlev Offenbach
Am 04.11.2011 um 18:04 schrieb Phil Thompson: On Fri, 4 Nov 2011 11:23:07 +0100, Detlev Offenbach det...@die-offenbachs.de wrote: Hello, I am defining a signal in one of my classes like this. tabRelocateRequested = pyqtSignal(int, int, int) When this signal is emitted, the first

Re: [PyQt] Issue with pyqtSignal

2011-11-05 Thread Detlev Offenbach
Am 05.11.2011 um 14:48 schrieb Phil Thompson: On Sat, 5 Nov 2011 10:05:45 +0100, Detlev Offenbach det...@die-offenbachs.de wrote: Am 04.11.2011 um 18:04 schrieb Phil Thompson: On Fri, 4 Nov 2011 11:23:07 +0100, Detlev Offenbach det...@die-offenbachs.de wrote: Hello, I am defining

[PyQt] Issue on Mac OS X showing application name

2011-11-05 Thread Detlev Offenbach
' instead of 'About eric5'. What am I coin wrong? Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] Issue with pyqtSignal

2011-11-04 Thread Detlev Offenbach
to the value given in the emit call. How can I correct my code (code i within eric4/5). Regards, Detlev Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] ANN: eric 4.4.18 released

2011-10-02 Thread Detlev Offenbach
Hi, I just uploaded eric 4.4.x. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de -- Detlev Offenbach det...@die-offenbachs.de

[PyQt] ANN: eric 5.1.6 released

2011-10-02 Thread Detlev Offenbach
Hi, I just uploaded eric 5.1.6. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] ANN: eric 4.4.18 released

2011-10-02 Thread Detlev Offenbach
Hi, I just uploaded eric 4.4.18. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

Re: [PyQt] Professional IDE

2011-09-07 Thread Detlev Offenbach
it the autocompletion and calltips provider (via the config dialog). Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] ANN: eric 4.4.17 released

2011-09-04 Thread detlev
Hi, I just uploaded eric 4.4.17. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] ANN: eric 5.1.5 released

2011-09-04 Thread detlev
Hi, I just uploaded eric 5.1.5. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

Re: [PyQt] Small problem storing a list in QSettings

2011-09-04 Thread Detlev Offenbach
if value is None: return [] elif not isinstance(value, list): return [value] else: return value At that time I didn't find a better solution and it works well for quite some time now. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de

[PyQt] Help needed for eric4/5

2011-09-02 Thread Detlev Offenbach
Hello, as all of you know eric4/5 is an IDE for Python and Ruby. The Ruby debugger backend does not work for ruby 1.9 anymore. Unfortunately I am not very good in ruby. I need help in fixing this issue. Volunteers please contact me. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de

Re: [PyQt] QHostAddress is missing a method

2011-07-28 Thread Detlev Offenbach
On Mittwoch, 27. Juli 2011, Phil Thompson wrote: On Wed, 27 Jul 2011 18:57:53 +0200, Detlev Offenbach det...@die-offenbachs.de wrote: On Dienstag, 26. Juli 2011, Phil Thompson wrote: On Sat, 16 Jul 2011 18:11:04 +0200, Detlev Offenbach det...@die-offenbachs.de wrote: Hello

Re: [PyQt] QHostAddress is missing a method

2011-07-27 Thread Detlev Offenbach
On Dienstag, 26. Juli 2011, Phil Thompson wrote: On Sat, 16 Jul 2011 18:11:04 +0200, Detlev Offenbach det...@die-offenbachs.de wrote: Hello, I think the QHostAddress mappings are missing the method toIPv6Address. If I am right, would it be possible to add it? What's the most

[PyQt] ANN: New eric 5.2 snapshot released

2011-07-24 Thread detlev
or next Python or Ruby class or method definition It is available via http://sourceforge.net/projects/eric-ide/files/eric5/unstable/5.2-20110724 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt

[PyQt] QHostAddress is missing a method

2011-07-16 Thread Detlev Offenbach
Hello, I think the QHostAddress mappings are missing the method toIPv6Address. If I am right, would it be possible to add it? Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http

[PyQt] ANN: eric 5.1.4 released

2011-07-03 Thread detlev
Hi, I just uploaded eric 5.1.4. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] ANN: eric 4.4.16 released

2011-07-03 Thread detlev
Hi, I just uploaded eric 4.4.16. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

Re: [PyQt] Pylupdate4 does not parse tr(u) ?

2011-06-10 Thread Detlev Offenbach
Linux 2.6 Have you tried it with trUtf8()? Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] ANN: eric 5.1.3 released

2011-06-02 Thread detlev
Hi, I just uploaded eric 5.1.3. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] ANN: eric 4.4.15 released

2011-06-02 Thread detlev
Hi, I just uploaded eric 4.4.15. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

Re: [PyQt] stand alone QFileDialog

2011-05-30 Thread Detlev Offenbach
://www.riverbankcomputing.com/static/Docs/PyQt4/html/python_v3.html#q filedialog w best regards, Wilbert Berendsen ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt -- Detlev Offenbach det...@die

Re: [PyQt] stand alone QFileDialog

2011-05-30 Thread Detlev Offenbach
Hello Janwillem, there is nothing wrong with your setup. It is caused by a bug which was undiscovered for years. Congratulations :-)) It has been fixed for all eric4 variants and eric5 5.1 and pushed to the sourcecode repo. It will be included in the next releases. Detlev On Montag, 30. Mai

Re: [PyQt] Links in QMessageBox.about() not working

2011-05-18 Thread Detlev Offenbach
application. They do work in the kmail kde about box. It is also working on my windows install, but I forget the exact versions and am in linux at the moment. I can confirm this issue for Kubuntu 11.4. It works on other Linux flavours (like openSUSE) and Win systems. Detlev -- Detlev Offenbach

Re: [PyQt] Monkeypatching QWebPage.userAgentForUrl

2011-05-12 Thread Detlev Offenbach
it? Subclassing QWebView and implementing just the overridden method is much cleaner and doesn't look like a hack. Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman

[PyQt] ANN: eric 5.1.2 released

2011-05-08 Thread detlev
Hi, I just uploaded eric 5.1.2. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] ANN: eric 4.4.14 released

2011-05-08 Thread detlev
Hi, I just uploaded eric 4.4.14. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] ANN: New eric 5.2 snapshot released

2011-05-01 Thread detlev
- added support for hg rollback to the Mercurial interface It is available via http://sourceforge.net/projects/eric-ide/files/eric5/unstable/5.2-20110501 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt

[PyQt] ANN: New eric 4.5 snapshot released

2011-05-01 Thread detlev
the autocompletion of templates to observe the language of the current file It is available via http://sourceforge.net/projects/eric-ide/files/eric4/unstable/4.5-20110501 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt

Re: [PyQt] Issue installing PyQt4 installer on Win

2011-04-17 Thread Detlev Offenbach
On Sonntag, 17. April 2011, Phil Thompson wrote: On Fri, 1 Apr 2011 18:17:41 +0200, Detlev Offenbach det...@die-offenbachs.de wrote: Hello, I tried to install PyQt4 via the installer on an Windows machine as a normal user. The installation worked fine most of the way. However

[PyQt] How to disconnect all connected signals of an object

2011-04-13 Thread Detlev Offenbach
QObject.disconnect(QObject, SIGNAL(), callable): not enough arguments According to the Qt documentation that should work. Please note, that my code uses new-style signal/slots. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing

[PyQt] ANN: eric 5.1.1 released

2011-04-02 Thread detlev
Hi, I just uploaded eric 5.1.1. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] ANN: eric 4.4.13 released

2011-04-02 Thread detlev
Hi, I just uploaded eric 4.4.13. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] Issue installing PyQt4 installer on Win

2011-04-01 Thread Detlev Offenbach
Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] Question to the new style signals

2011-03-19 Thread Detlev Offenbach
a message, that class bar is redefining signal signal1(QString) from it's parent class. How do I correctly extend signals? Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http

Re: [PyQt] Question to the new style signals

2011-03-19 Thread Detlev Offenbach
On Samstag, 19. März 2011, Phil Thompson wrote: On Sat, 19 Mar 2011 14:27:11 +0100, Detlev Offenbach det...@die-offenbachs.de wrote: Hello, I am using code like this to define new style signals in the classes of my application. class foo(QObject): signal1 = pyqtSignal

Re: [PyQt] How to update the timer automatically in the tree view - Model/View programming

2011-03-16 Thread Detlev Offenbach
either. However, I think it appeared with Qt 4.7. Since my update to Qt 4.7.2 I get this error as well. Application asked to unregister timer 0x2b0e which is not registered in this thread. Fix application. I don't have any idea either. Any suggestions and help are welcome. Regards, Detlev

[PyQt] ANN: eric 5.1.0 released

2011-02-27 Thread detlev
functionality to check Python 2 files - added a checker for PEP 8 compliance Install script: - allow installation directly from source directory It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de

Re: [PyQt] BUG: sip instance attribute error: Re: [eric4] python qscintilla traceback with current snapshot also

2011-02-07 Thread Detlev Offenbach
On Sonntag, 6. Februar 2011, Hans-Peter Jansen wrote: By the way, Detlev, it doesn't look like the 4.4.12 files were published. I see the folder but no files. Might be a permission issue, since I am an outsider for the project. Sourceforge is still backing up from counter

[PyQt] ANN: eric 4.4.12 released

2011-02-06 Thread detlev
Hi, I just uploaded eric 4.4.12. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

Re: [PyQt] BUG: sip instance attribute error: Re: [eric4] python qscintilla traceback with current snapshot also

2011-02-06 Thread Detlev Offenbach
this fix. Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] BUG: sip instance attribute error: Re: [eric4] python qscintilla traceback with current snapshot also

2011-02-06 Thread Detlev Offenbach
On Sonntag, 6. Februar 2011, Hans-Peter Jansen wrote: On Sunday 06 February 2011, 15:49:19 Detlev Offenbach wrote: On Sonntag, 6. Februar 2011, Hans-Peter Jansen wrote: Dear Erik, On Sunday 06 February 2011, 05:19:54 e...@eebrown.com wrote: Mr. Jansen, I noticed your

Re: [PyQt] [Eric] 'module' object has no attribute 'StackedWidget'

2011-01-24 Thread Detlev Offenbach
Hi, just upgrade to PyQt 4.8.3, which has been released today. Detlev On Montag, 24. Januar 2011, lucabe...@libero.it wrote: Hello I have install eric on mac, but when i try to generate dialog code i get this error : 'module' object has no attribute 'StackedWidget' Any Suggest

[PyQt] ANN: New eric 5.1 snapshot released

2011-01-23 Thread detlev
to Project into Save and Save As - added a checker for PEP 8 compliance (including a fixer for most issues) It is available via http://sourceforge.net/projects/eric-ide/files/eric5/unstable/5.1-20110123 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de

[PyQt] PyQt4 signal issue

2011-01-23 Thread Detlev Offenbach
by commenting the various lines in the disconnect_method method. Is there a method to check, if a signal-slot connection has been established (e.g. mySignal.isConnected(slot) )? Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de # -*- coding: utf-8 -*- from PyQt4.QtCore import

[PyQt] ANN: New eric 5.1 snapshot released

2011-01-06 Thread detlev
1.4.0 It is available via http://sourceforge.net/projects/eric-ide/files/eric5/unstable/5.1-20110106 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman

Re: [PyQt] Translation of strings with Python formating

2011-01-04 Thread Detlev Offenbach
-- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] qdialog, global reference and RuntimeError: underlying C/C++ object has been deleted

2011-01-04 Thread Detlev Offenbach
destroy a QDialog, thanks Nicola ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt

Re: [PyQt] Proposal for QPyNullVariant

2011-01-04 Thread Detlev Offenbach
is available. With the v2 API a None is returned. Should all this code be changed? And how will all the connected views behave? Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http

[PyQt] ANN: eric 4.4.11 released

2011-01-02 Thread detlev
Hi, I just uploaded eric 4.4.11. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] ANN: eric 5.0.5 released

2011-01-02 Thread detlev
Hi, I just uploaded eric 5.0.5. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] Issue with latest PyQt snapshots

2010-12-11 Thread Detlev Offenbach
QNetworkAccessManager. Was there some change? Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Issue with latest PyQt snapshots

2010-12-11 Thread Detlev Offenbach
On Samstag, 11. Dezember 2010, Phil Thompson wrote: On Sat, 11 Dec 2010 12:13:48 +0100, Detlev Offenbach det...@die-offenbachs.de wrote: Hi, I've upgraded to the latest PyQt snapshots and immediately got this error: class 'KeyError': 'there is no matching overloaded signal

[PyQt] ANN: eric 5.0.4 released

2010-12-04 Thread detlev
Hi, I just uploaded eric 5.0.4. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] ANN: eric 4.4.10 released

2010-12-04 Thread detlev
Hi, I just uploaded eric 4.4.10. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] ANN: New eric 4.5 snapshot released

2010-10-29 Thread detlev
an option to configure the icon of the tray starter application - update Pygments to version 1.3.1 It is available via http://sourceforge.net/projects/eric-ide/files/eric4/unstable/4.5-20101029 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de

[PyQt] ANN: New eric 5.1 snapshot released

2010-10-29 Thread detlev
- added an option to configure the icon of the tray starter application - updated Pygments to version 1.3.1 It is available via http://sourceforge.net/projects/eric-ide/files/eric5/unstable/5.1-20101029 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de

[PyQt] Issue with latest Windows Installer and Windows 7

2010-10-17 Thread Detlev Offenbach
it to be started from with PyQt4 as a QProcess. Kind regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] [Eric] ANN: automated daily snapshot builds for PyQt and friend on openSUSE build service

2010-10-14 Thread Detlev Offenbach
the the cheapest way of keeping current with the PyQt project, that I know of. Comments welcome. Enjoy, Pete ___ Eric mailing list e...@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/eric -- Detlev Offenbach det...@die

[PyQt] Issue with pyuic of latest snapshot

2010-10-13 Thread Detlev Offenbach
Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Problems with latest windows installer

2010-10-10 Thread Detlev Offenbach
On Saturday 09 October 2010, Andreas Pakulat wrote: On 09.10.10 18:24:23, Phil Thompson wrote: On Sat, 9 Oct 2010 15:00:38 +0200, Detlev Offenbach det...@die-offenbachs.de wrote: On Friday 08 October 2010, Detlev Offenbach wrote: Hi, accessing a https url through QWebView

[PyQt] ANN: eric 4.4.9 released

2010-10-09 Thread detlev
Hi, I just uploaded eric 4.4.9. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] ANN: eric 5.0.3 released

2010-10-09 Thread detlev
Hi, I just uploaded eric 5.0.3. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

Re: [PyQt] Problems with latest windows installer

2010-10-09 Thread Detlev Offenbach
On Friday 08 October 2010, Detlev Offenbach wrote: Hi, accessing a https url through QWebView crashes the application (eric web browser). I used the latest installer for Python 3 on Windows. This happens on Windows 7 (64-bit) and Windows XP (32-bit). Any hint what might be wrong? Regards

[PyQt] Another issue with latest windows installer on Win 7

2010-10-09 Thread Detlev Offenbach
. That happens for Python 3 and Python 2 packages. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] Problems with latest windows installer

2010-10-08 Thread Detlev Offenbach
Hi, accessing a https url through QWebView crashes the application (eric web browser). I used the latest installer for Python 3 on Windows. This happens on Windows 7 (64-bit) and Windows XP (32-bit). Any hint what might be wrong? Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de

[PyQt] Problem generating PyQt4

2010-09-24 Thread Detlev Offenbach
/usr/lib64/python3.1/site-packages/sipconfig.py, line 899, in optional_string s = ' '.join(self.optional_list(name)) File /usr/lib64/python3.1/site-packages/sipconfig.py, line 891, in optional_list return self.__dict__[name].as_list() KeyError: 'LFLAGS_RPATH' Regards Detlev -- Detlev

[PyQt] ANN: New eric 5.1 snapshot released

2010-09-18 Thread detlev
://sourceforge.net/projects/eric-ide/files/eric5/unstable/5.1-20100918 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] ANN: eric 4.4.8 released

2010-09-05 Thread detlev
Hi, I just uploaded eric 4.4.8. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] ANN: eric 5.0.2 released

2010-09-05 Thread detlev
Hi, I just uploaded eric 5.0.2. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

Re: [PyQt] New style signals question

2010-08-12 Thread Detlev Offenbach
Hi, thanks. That was the solution. Detlev On Donnerstag, 12. August 2010, 机械唯物主义 : linjunhalida wrote: It works! from PyQt4.QtCore import * from PyQt4.QtGui import * class P(QPushButton): pass app = QApplication([]) p = P() p.clicked.connect(app.aboutQt) p.show

[PyQt] New style signals question

2010-08-04 Thread detlev
to the triggered() signal? Using the old style I could use SIGNAL(triggered()). Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] ANN: eric 4.4.7 released

2010-08-01 Thread detlev
Hi, I just uploaded eric 4.4.7. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] ANN: eric 5.0.1 released

2010-08-01 Thread detlev
Hi, I just uploaded eric 5.0.1. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] Is this a PyQt bug?

2010-07-30 Thread detlev
Hi, I am observing some strange behavior on Windows systems with latest installer. Executing these lines in a Python console crash the interpreter. from PyQt4.QtNetwork import QLocalSocket s = QLocalSocket() I don't know, if this is a Qt bug or a PyQt bug. Regards, Detlev -- Detlev Offenbach

Re: [PyQt] Strange observation with latest stable releases

2010-07-26 Thread detlev
On Sonntag, 25. Juli 2010, Phil Thompson wrote: On Sun, 25 Jul 2010 19:11:00 +0200, Antonio Valentino antonio.valent...@tiscali.it wrote: Hi, Il giorno Sun, 25 Jul 2010 18:26:15 +0200 detlev det...@die-offenbachs.de ha scritto: Hi, in the past code like @pyqtSlot

[PyQt] Strange observation with latest stable releases

2010-07-25 Thread detlev
. If I remove the decorator line, everything is back at normal. What is going on here? Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] ANN: New eric 5.1 snapshot released

2010-07-18 Thread detlev
/projects/eric-ide/files/eric5/unstable/5.1-20100718 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] ANN: eric 4.4.6 released

2010-07-14 Thread detlev
as well. Regards, Detlev On Mittwoch, 7. Juli 2010, Markos Chandras wrote: Python-2.7 has been released but eric-4.4.6 seems to have some problems with this python version. See downstream bug on Gentoo http://bugs.gentoo.org/show_bug.cgi?id=323955 Cheers, On Sun, Jul 4, 2010 at 11

[PyQt] ANN: eric 4.4.6 released

2010-07-04 Thread detlev
Hi, I just uploaded eric 4.4.6. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] ANN: eric 5.0.0 released

2010-07-04 Thread detlev
Hi, I just uploaded eric 5.0.0. This is the first official release. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt

Re: [PyQt] Next PyQt, SIP and QScintilla Releases

2010-07-04 Thread detlev
(): works fine. Did I miss something? Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Next PyQt, SIP and QScintilla Releases

2010-07-03 Thread detlev
trouble. Nevertheless, warnings could lead to some trouble in the future. Regards Detlev - Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com

Re: [PyQt] urllib2 replacement in PyQt

2010-06-30 Thread detlev
but browsers (including Eric IDE's helpviewer) can. This gets me thinking without using webview is there a way of retrieving an url's content via pyqt? QHttp or in newer versions QNetworkAccessManager will do the job. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de

[PyQt] Strange error with latest PyQt4 snapshot

2010-06-20 Thread detlev
is: class 'TypeError': type 'QMapQString' is not supported as a native Qt signal type What has changed here? The code works fine with latest stable PyQt4. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt

[PyQt] Stuff missing from PyQt4 installers

2010-06-19 Thread detlev
Hi Phil, I think, the Qt4 compressed help files of the qch directory are missing in the PyQt4 installers. The qch subdirectory should be located in the Doc directory parallel to the html directory. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de

[PyQt] ANN: eric 5.0.0-RC1 released

2010-06-12 Thread detlev
Hi, I just uploaded eric 5.0.0-RC1. It is the first (and hopefully only) release candidate. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt

[PyQt] ANN: eric 4.4.5 released

2010-06-12 Thread detlev
Hi, I just uploaded eric 4.4.5. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] ANN: New eric 5.0 snapshot released

2010-05-23 Thread detlev
and removed the usage of QHttp It is available via http://sourceforge.net/projects/eric-ide/files/eric5/unstable/20100523 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http

Re: [PyQt] Stuff missing from PyQt QtWebKit

2010-05-18 Thread detlev
On Montag, 17. Mai 2010, detlev wrote: Hi, it seems, that the QWebPage module is not completely wrapped for Qt 4.6.x. I am missing these things. enum Extension is missing ErrorPageExtension enum ErrorDomain mssing class ErrorPageExtensionOption missing class ErrorPageExtensionReturn

[PyQt] Stuff missing from PyQt QtWebKit

2010-05-17 Thread detlev
the unsupportedContent signal in this situation (which is differnt to Qt 4.5). Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] Eric5 news

2010-05-08 Thread detlev
Hi, this is to inform you, that eric5 and it's plug-ins have been migrated from Subversion repositories to Mercurial repositories. Please see the eric web site for details on how to get access to the source code. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de

Re: [PyQt] HELP with QtWebkit.

2010-04-29 Thread detlev
am stumped... (feel free to paste code at a popular pastebin site). thanks s much! I would recommend the eric web browser (part of eric IDE) as an example for that. Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] Modifying tooltip before it is shown

2010-04-24 Thread detlev
Hi, I would like to show the keyboard shortcut for a QAction in the tooltip. What would be the best way to amend the tooltip just before it is shown? Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt

Re: [PyQt] Modifying tooltip before it is shown

2010-04-24 Thread detlev
On Samstag, 24. April 2010, Matt Newell wrote: On Saturday 24 April 2010 03:53:46 detlev wrote: Hi, I would like to show the keyboard shortcut for a QAction in the tooltip. What would be the best way to amend the tooltip just before it is shown? Regards, Detlev You can intercept

Re: [PyQt] Converting to API 2

2010-04-22 Thread detlev
): File pyshell#11, line 1, in module out hello ValueError: string of length 1 expected What am I missing here? Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http

[PyQt] ANN: New eric 5.0 snapshot released

2010-04-18 Thread detlev
Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

<    1   2   3   4   5   6   7   8   9   10   >