Re: [PyQt] PyQt workshop and your opinion

2013-10-11 Thread Detlev Offenbach
t; Yours, > Mohsen > > ___ > PyQt mailing listPyQt@riverbankcomputing.com > http://www.riverbankcomputing.com/mailman/listinfo/pyqt-- *Detlev Offenbach* det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] ANN: eric 5.3.7 released

2013-09-28 Thread Detlev Offenbach
Hi, I just uploaded eric 5.3.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

Re: [PyQt] ANN: PyQt v4.10.3 Released

2013-08-21 Thread Detlev Offenbach
Will we see a new QScintilla release in the next days as well? On Wednesday 21 August 2013, 18:39:21 Phil Thompson wrote: > On Wed, 21 Aug 2013 19:09:47 +0200, Detlev Offenbach > > wrote: > > Hello Phil, > > > > is the latest QScintilla snapshot compatible with t

Re: [PyQt] ANN: PyQt v4.10.3 Released

2013-08-21 Thread Detlev Offenbach
> Phil > ___ > PyQt mailing listPyQt@riverbankcomputing.com > http://www.riverbankcomputing.com/mailman/listinfo/pyqt-- *Detlev Offenbach* det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.co

[PyQt] ANN: eric 5.3.6 released

2013-08-19 Thread Detlev Offenbach
Hi, I just uploaded eric 5.3.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] Issue compiling latest PyQt5 snapshot on Linux

2013-07-30 Thread Detlev Offenbach
Hello, compiling latest PyQt5 snapshot on Linux fails because file qpyqmlsingletonobject.h contains an include statement for QQMlEngine. However, that should read QQmlEngine, i.e. lowercase M. Detlev-- *Detlev Offenbach* det...@die-offenbachs.de

[PyQt] Issue compiling latest PyQt4 snapshot with Qt-5.1

2013-07-28 Thread Detlev Offenbach
ylupdate4 will be installed in ~/py3qt50env/bin. Embedding sip flags... Generating the C++ source for the QtCore module... Creating the Makefile for the QtCore module... Generating the C++ source for the QtDeclarative module... sip: QX11Info is undefined Error: Unable to create the C++ c

[PyQt] ANN: eric 5.3.5 released

2013-07-07 Thread Detlev Offenbach
Hi, I just uploaded eric 5.3.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 PyQt4/5 and Qt 5.1

2013-07-06 Thread Detlev Offenbach
I execute the demo 'PyQt-gpl-5.0/examples/qtdemo', it doesn't work (starting assistant or any of the examples fail). What did I do wrong? The behavior is identical with PyQt4 and PyQt5. Regards, Detlev-- *Detlev Offenbach* det...@die-offenbachs.de ___

[PyQt] eric5 packages for Debian

2013-06-25 Thread Detlev Offenbach
Hello, is anybody out there interested to create an eric5 package for Debian (and derived) distro? Regards, Detlev-- *Detlev Offenbach* det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com

Re: [PyQt] Kled module

2013-06-25 Thread Detlev Offenbach
under C++. Adding the following to my Python > project fails because there is no module named Kled. > > self.kled = KLed(self.centralwidget) > > Is it possible to add a Kled to a PyQt project?-- *Detlev Offenbach* det...@die-offenbachs.de

[PyQt] PyQt5 installation

2013-06-24 Thread Detlev Offenbach
Hello, I just installed PyQt5 from source on openSUSE and noticed, that the pyuic5 executable (script) didn't get installed with executable rights. Did I do anything wrong? Regards, Detlev-- *Detlev Offenbach* det...@die-offenbachs.de ___

[PyQt] QRegularExpression missing from PyQt4

2013-06-23 Thread Detlev Offenbach
Hello, I think, that the new Qt5 regular expression class QRegularExpression and it's companions are missing from PyQt4 (at least dir(PyQt4.QtCore) didn't show them). Can these be added? Regards, Detlev-- *Detlev Offenbach* det...@die-off

[PyQt] Strange observation

2013-06-21 Thread Detlev Offenbach
() if cursor is not None: QApplication.setOverrideCursor(cursor) Every now and than this code fails with : wrapped C/C++ object of type QCursor has been deleted What is wrong with my code? Detlev-- *Detlev Offenbach* det...@die-offenbachs.de

[PyQt] ANN: eric 5.3.4 released

2013-06-09 Thread Detlev Offenbach
Hi, I just uploaded eric 5.3.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

Re: [PyQt] Installing Eric Python IDE got stuck at PyQt-win-gpl-4.10

2013-05-02 Thread Detlev Offenbach
On Saturday 27 April 2013, 12:57:33 al wrote: Hi Detlev, when is the next release planned? Can you maybe mail me the missing file and a short instruction where to put it so I will be able to start ERIC 5? Thank you for your support so far *Detlev Offenbach* det...@die-offenbachs

Re: [PyQt] PyQt4 on Android?

2013-05-01 Thread Detlev Offenbach
01 May 2013 11:35:19 +0200, Detlev Offenbach > > wrote: > > Hello, > > > > is there a way to run PyQt4 application on Android phones > > or tablets? I had the crazy idea to see eric5 work on an > > Android tablet (the Nexus 10 seems to be a reasonable >

[PyQt] PyQt4 on Android?

2013-05-01 Thread Detlev Offenbach
Hello, is there a way to run PyQt4 application on Android phones or tablets? I had the crazy idea to see eric5 work on an Android tablet (the Nexus 10 seems to be a reasonable candidate). Regards, Detlev-- *Detlev Offenbach* det...@die-offenbachs.de

Re: [PyQt] Installing Eric Python IDE got stuck at PyQt-win-gpl-4.10

2013-04-28 Thread Detlev Offenbach
planned? Can you maybe mail me the missing file and a short instruction where to put it so I will be able to start ERIC 5? Thank you for your support so far *Detlev Offenbach* det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com

Re: [PyQt] Installing Eric Python IDE got stuck at PyQt-win-gpl-4.10

2013-04-27 Thread Detlev Offenbach
Well, that will be fixed in the next release. Unfortunately Phil removed that file from the installer. Detlev On Saturday 27 April 2013, 08:44:58 al wrote: At the end I got much further: G:\Download\Programmieren\eric5-5.3.2\eric5-5.3.2>python install.py Checking dependencies Python Vers

Re: [PyQt] Installing Eric Python IDE got stuck at PyQt-win-gpl-4.10

2013-04-27 Thread Detlev Offenbach
h work mingw32-make -> works fine mingw32-make install -> throws the error posted above *Detlev Offenbach* det...@die-offenbachs.de *Detlev Offenbach* det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Installing Eric Python IDE got stuck at PyQt-win-gpl-4.10

2013-04-27 Thread Detlev Offenbach
ython configure.py -p win32-g++) -> both work mingw32-make -> works fine mingw32-make install -> throws the error posted above *Detlev Offenbach* det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] ANN: PyQt v4.10.1 Released

2013-04-25 Thread Detlev Offenbach
Hi Phil, I didn't know that. Thanks for shedding some light on my head. Detlev On Thursday 25 April 2013, 18:28:15 Phil Thompson wrote: > On Wed, 24 Apr 2013 18:10:10 +0200, Detlev Offenbach > > wrote: > > On Tuesday 23 April 2013, 22:18:34 Phil Thompson wrote: > >&

Re: [PyQt] ANN: PyQt v4.10.1 Released

2013-04-24 Thread Detlev Offenbach
On Tuesday 23 April 2013, 22:18:34 Phil Thompson wrote: > On Tue, 23 Apr 2013 19:53:58 +0200, Detlev Offenbach > > wrote: > > Hello Phil, > > > > please disregard the first part of the message. Doing some more > > investigations showed, that Windwo

Re: [PyQt] ANN: PyQt v4.10.1 Released

2013-04-23 Thread Detlev Offenbach
an I overcome this issue? Regards, Detlev On Monday 22 April 2013, 21:39:58 Phil Thompson wrote: > On Mon, 22 Apr 2013 20:34:42 +0200, Detlev Offenbach > > wrote: > > Hello, > > > > I am observing a strange behavior when using the PyQt4, Python 3.3, Qt5 > > ins

Re: [PyQt] ANN: PyQt v4.10.1 Released

2013-04-22 Thread Detlev Offenbach
e-ng.py) which will be > compatible with SIP v5 and will eventually support cross-compilation. > > The Qt5 based Windows installers now include Qt v5.0.2. > > Phil > ___ > PyQt mailing listPyQt@riverbankcomputing.com > ht

[PyQt] eric5 crash with PyQt4 windows installer for Qt5

2013-04-20 Thread Detlev Offenbach
. Everything works fine on Linux and Mac OS X. Using the installer including Qt 4.8.4 everything works as well. Unfortunately I have no clue about what is going on here. Any hint (or fix) is welcome. Regards, Detlev-- *Detlev Offenbach* det...@die-offenbachs.de

[PyQt] ANN: eric 5.3.2 released

2013-04-06 Thread Detlev Offenbach
Hi, I just uploaded eric 5.3.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] Question about the PyQt future (PyQt5)

2013-03-26 Thread Detlev Offenbach
e of eric3, the first eric IDE, was announced. Regards, Detlev On Monday 25 March 2013, 18:58:11 Phil Thompson wrote: > On Mon, 25 Mar 2013 09:23:07 +0100, Detlev Offenbach > > wrote: > > Hello Phil, > > > > I am aware, that there is no definitive plan for PyQt5 yet. Howe

[PyQt] Question about the PyQt future (PyQt5)

2013-03-25 Thread Detlev Offenbach
in parallel? Regards, Detlev-- *Detlev Offenbach* det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] Debian package for eric

2013-03-21 Thread Detlev Offenbach
Hallo, is there any Debian maintainer out there? If so, I would like to ask, if a package for eric5 can be added? Regards, Detlev-- *Detlev Offenbach* det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http

[PyQt] PyQt4 installer on Win7

2013-03-18 Thread Detlev Offenbach
Hello, I tried to use PyQt4 on Windows 7 using the Python 3.3 and Qt5 installer. The installation worked ok. However, when I tried a 'from PyQt4 import Qsci' I got an error saying, that the DLL cannot be found. The installer for Qt4 is ok and works fine. Regards, Detlev-- *Detlev

Re: [PyQt] PyQt4 issue

2013-03-05 Thread Detlev Offenbach
9:50:41 +0100, Detlev Offenbach > > wrote: > > Hi Phil, > > > > I found the cause of my issue. Actually there are two. > > > > 1. configure.py doesn't detect, that the wrapper for QtWebkit should be > > built. > > 2. That left an old wrapper for Qt

[PyQt] PyQt4 issue

2013-03-03 Thread Detlev Offenbach
7; However, according to the Qt5 docs, this method has QUrl as the first parameter. It worked before upgrading PyQt4 and it works with Qt4. Regards, Detlev-- *Detlev Offenbach* det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] ANN: eric 5.3.1 released

2013-03-03 Thread Detlev Offenbach
Hi, I just uploaded eric 5.3.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

Re: [PyQt] QWebView.page() and setPage()

2013-02-05 Thread Detlev Offenbach
e(google_page) > print('my original page: ' + browser.title()) > > exit(app.exec_()) > ___ > PyQt mailing listPyQt@riverbankcomputing.com > http://www.riverbankcomputing.com/mailman/listinfo/pyqt Detlev -- Detlev Offenbach det...@die-offenbachs.de___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] ANN: eric 5.3.0 released

2013-02-03 Thread Detlev Offenbach
- too many extensions to list here (see changelog for details) 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@riverbankcom

Re: [PyQt] Pyqt Translation

2013-02-02 Thread Detlev Offenbach
> . > > Detlev Danke a lot i have been searching for this for long :) > > Thanks > Ahmed > > On Thu, Jan 31, 2013 at 9:01 PM, Detlev Offenbach > wrote: > Hello, > > why not use the eric IDE for development? It has built in interfaces to the > Qt

Re: [PyQt] Pyqt Translation

2013-01-31 Thread Detlev Offenbach
nd I run: pylupdate4 -noobsolete oqapy.pro (oqapy is my app) after that, I open the .ts file with QLinguist. -- Detlev Offenbach det...@die-offenbachs.de___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Resizing index widgets

2013-01-30 Thread Detlev Offenbach
.com | +--+--+ -- Detlev Offenbach det...@die-offenbachs.de___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] PyQt App on Windows 8?

2013-01-18 Thread Detlev Offenbach
Definetly yes. I am using eric5 an that platform already. Detlev On Friday 18 January 2013, 13:53:18 zw g wrote: Dear Guys, Can PyQt-based applications run on Windows 8? Thanks in advance. Gui -- Detlev Offenbach det...@die-offenbachs.de___

Re: [PyQt] Issue of QWebPage.extension

2013-01-07 Thread Detlev Offenbach
em in earlier versions, it be fixed later with test case http://pyside.sourcearchive.com/documentation/1.0.1-1/bug__694_8py_source.html . Hope PyQt can fix it. -- Detlev Offenbach det...@die-offenbachs.de___ PyQt mailing list

[PyQt] Issue with latest PyQt4 and Qt5

2013-01-07 Thread Detlev Offenbach
er, the type of the descriptor passed to the QTcpServer,incomingConnection() call is sip.voidptr (for Qt5). Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] QtDesigner Integration

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

[PyQt] Issue compiling latest sip on Mac OS X for Python3.3

2013-01-01 Thread Detlev Offenbach
from www.python.org. What am I doing wrong? Furthermore, the compiler configuration is shown as macs-g++, while the installed Qt5 is for clang. What to do about that? Regards, Detlev Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

Re: [PyQt] Trying to install Eric 4

2012-12-31 Thread Detlev Offenbach
> sure f it wants something else or if it's not finding something that's > already installed. > > Alan -- Detlev Offenbach det...@die-offenbachs.de___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] Strange observation with Qt5/PyQt4

2012-12-30 Thread Detlev Offenbach
-- Detlev Offenbach det...@die-offenbachs.de___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Another issue with latest PyQt4 snapshot and Qt5

2012-12-30 Thread Detlev Offenbach
Hello Phil, thanks for the changes. Everything compiled fine. Now it is time for testing eric5 on Qt5 by using it. Regards, Detlev On Sunday 30 December 2012, 11:09:47 Phil Thompson wrote: > On Fri, 21 Dec 2012 12:09:03 +0100, Detlev Offenbach > > wrote: > > Hello, > >

[PyQt] Another issue with latest PyQt4 snapshot and Qt5

2012-12-21 Thread Detlev Offenbach
/../../../../x86_64-suse-linux/bin/ld: cannot find -lQtWidgets /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: cannot find -lQtPrintSupport That is correct because the installed Qt5 libraries are called libQt5Widgets.so libQt5PrintSupport.so and so on. Regards, Detlev -- Detlev

[PyQt] Issue with latest PyQt4 snapshot and Qt 5.0.0

2012-12-21 Thread Detlev Offenbach
directory. How can I tell configure.py which mkspec to use (other than through QMAKESPEC)? Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo

[PyQt] PyQt4 and Qt5

2012-12-21 Thread Detlev Offenbach
Hello Phil, will you eventually provide Windows installers including Qt5 as well? If you will, will it be possible to install them in parallel, i.e. have PyQt4 with Qt4 and Qt5 available at the same time? Regards, Detlev -- Detlev Offenbach det...@die

Re: [PyQt] A quick question about Return in a text edit

2012-12-05 Thread Detlev Offenbach
ursor is and > then look at the preceding character or something like that, but it > seems much better to create a subclass of QPlainTextEdit and override > the keyPressEvent() (or maybe keyReleaseEvent()?) function. > > Does this all seem reasonabl

Re: [PyQt] problem running pyqt on xubuntu

2012-10-20 Thread Detlev Offenbach
- > Mark Summerfield, Qtrac Ltd, www.qtrac.eu >C++, Python, Qt, PyQt - training and consultancy >"Rapid GUI Programming with Python and Qt" - ISBN 0132354187 >http://www.qtrac.eu/pyqtbook.html > _______ > P

Re: [PyQt] call method doesn't work if it has QScintilla instance

2012-10-14 Thread Detlev Offenbach
without qgis package! I attached a new package, Could you give a try at it ? (run sciPythonEditor.py) Thank you very much! Regards, -SL PS: can I clone the repository to install trunk version of eric like to github repository ? Where/How do it ? 2012/10/14 Detlev Offenbach Hello, I don&#

Re: [PyQt] [QScintilla] - changing font to editor by settings dialog

2012-10-11 Thread Detlev Offenbach
://linkedin.com/in/larosasalvatore twitter: @lrssvt skype: s.larosa IRC: lrssvt on freenode -- Detlev Offenbach det...@die-offenbachs.de___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Dilemma: Pqt or wxpython

2012-09-11 Thread Detlev Offenbach
me into taking over a non- functional Python debugger with a PyQt interface. This was the start of my PyQt envolvement. Thanks for that, Phil! > > Phil > ___ > PyQt mailing listPyQt@riverbankcomputing.com > http://www.riverban

Re: [PyQt] PyQt4 and Qt5

2012-09-04 Thread Detlev Offenbach
On Tuesday 04 September 2012, 09:30:06 Phil Thompson wrote: > On Tue, 04 Sep 2012 09:44:08 +0200, Detlev Offenbach > > wrote: > > Hello, > > > > I would like to know the plan about the PyQt support for Qt 5.0 because > > I > > > would like to start

[PyQt] PyQt4 and Qt5

2012-09-04 Thread Detlev Offenbach
PyQt4.QtHelp PyQt4.QtSql PyQt4.QtSvg PyQt4.uic Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Building PyQt.

2012-07-07 Thread Detlev Offenbach
ssues. > When I tried to build PyQt by running 'nmake install', I get a low memory > message and after a while, the build goes into an endless loop displaying > the following message: NMAKE U1077: '"\nmake.exe"': return > code '0x2'

Re: [PyQt] Crash of latest PyQt4 on Mac OS X

2012-06-26 Thread Detlev Offenbach
Hello, some additional info. PyQt4 4.9.1 works fine with latest QScintilla and sip. That means means, that the issue is definitely inside PyQt4 4.9.3. Regards, Detlev Am 26.06.2012 um 19:03 schrieb Detlev Offenbach: > Hello, > > entering this line into a Python3 shell crashes with a

[PyQt] Crash of latest PyQt4 on Mac OS X

2012-06-26 Thread Detlev Offenbach
Hello, entering this line into a Python3 shell crashes with a segfault on Mac OS X Lion over here. >>> from PyQt4 import QtHelp I just compiled all the latest packages of QScintilla, sip and PyQt4. Qt is 4.8.2. What did I do wrong? Regards, Detlev Detlev Offenbach det...@die-offe

[PyQt] Issue building PyQt4 4.9.2 on Mac OS X Lion

2012-06-23 Thread Detlev Offenbach
sure you have a working Qt v4 qmake on your PATH or use the -q argument to explicitly specify a working Qt v4 qmake. The same command works fine for PyQt4 4.9.1. Any help is appreciated. Regards, Detlev Detlev Offenbach det...@die-offenbachs.de

Re: [PyQt] Qt5 roadmap?

2012-06-18 Thread Detlev Offenbach
On Sunday 17 June 2012, 20:11:34 Phil Thompson wrote: > On Sun, 17 Jun 2012 19:38:13 +0200, Detlev Offenbach > > wrote: > > On Sunday 17 June 2012, 18:24:55 Phil Thompson wrote: > >> On Sat, 16 Jun 2012 07:27:11 -0700, David Cortesi > > > > >> wrot

Re: [PyQt] Qt5 roadmap?

2012-06-17 Thread Detlev Offenbach
. Backwards compatibility with PyQt4 will not be > maintained. Is it planned to include a tool converting existing code from PyQt4 to PyQt5 (something like 2to3 for Python)? Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Possible bug with new signal-slot connection

2012-05-17 Thread Detlev Offenbach
___ > PyQt mailing listPyQt@riverbankcomputing.com > http://www.riverbankcomputing.com/mailman/listinfo/pyqt -- Detlev Offenbach det...@die-offenbachs.de___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] qwidget launching problem

2012-05-06 Thread Detlev Offenbach
un time errors. > > What is the reason of this difference? The difference is called Garbage Collection. In the later case the newly created object is garbage collected as sson as the method returns. You have to keep a local reference as long as the widget is needed. Regards, Detlev -- Detl

[PyQt] ANN: eric 5.2.2 released

2012-05-01 Thread Detlev Offenbach
Hi, I just uploaded eric 5.2.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.5.3 released

2012-05-01 Thread Detlev Offenbach
Hi, I just uploaded eric 4.5.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] URL change of eric source code repositories

2012-04-14 Thread Detlev Offenbach
Hello, please note that the URL of the eric repositories has changed. They are available via http://die-offenbachs.homelinux.org:4/, i.e. the added port. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt

[PyQt] Another strange observation with new-style signals

2012-04-01 Thread Detlev Offenbach
generate a test script to show this. I am using Qt 4.8.1 and latest PyQt4 and sip snapshots. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo

[PyQt] Strange behavior with new-style signals and slots

2012-04-01 Thread Detlev Offenbach
self.project.projectPropertiesChanged.is_connected(self.__projectPropertiesChanged) Another consequence of the double connection is, that the slot is called twice when the signal is emitted. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt

Re: [PyQt] Designer source

2012-03-25 Thread Detlev Offenbach
arch 2012 23:08:09 schrieb Andreas Pakulat: > >> > On 08.03.12 19:42:39, Detlev Offenbach wrote: > >> > > Am Donnerstag, 8. März 2012, 09:49:41 schrieb Andreas Pakulat: > >> > > > On 08.03.12 09:35:51, Andreas Pakulat wrote: > >> > > > > On 0

Re: [PyQt] Designer source

2012-03-08 Thread Detlev Offenbach
ders from QtDesigner > for the necessary functions. You could of course simply wrap that > private API in a simple class and expose that via sip to Python and then > do all the rest in Python. If somebody would do that and maintain it over time I would be the first to use to integrate

Re: [PyQt] pylupdate4 issue

2012-02-26 Thread Detlev Offenbach
in many subdirecories which > is very exhausting to write manually. > > Any ideas guys? > > -- > Best Regards > Muhammad Bashir Al-Noimi > My Blog: http://mbnoimi.net > So, You can easily write a python script which will create the .pro file for > you. N

[PyQt] Need help using QWebPluginFactory

2012-02-20 Thread Detlev Offenbach
right", "credits" or "license" for more information. >>> from PyQt4.QtWebKit import QWebPluginFactory >>> p=QWebPluginFactory.Plugin() >>> p >>> p.mimeTypes [] >>> mt=QWebPluginFactory.MimeType >>> p.mimeTyp

Re: [PyQt] ANN: eric 5.2.0 released

2012-02-18 Thread Detlev Offenbach
the zoom factor > > > > - Web Browser > > > > -- added the "Do Not Track" feature > > -- added code to indicate invalid SSL certificates in the URL entry > > and > > > > the > > > > SSL info dia

[PyQt] Issue with QFtp

2012-02-17 Thread Detlev Offenbach
Hi, there is an issue with QFtp. This module includes an enum QFtp.Command, that has a member called QFtp.None. However, if that is used it causes a syntax error (None is a keyword). Therefore it should be changed to QFtp.None_. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de

Re: [PyQt] [Eric] Installation Path Problems Python 2.7 and 3.2

2012-01-18 Thread Detlev Offenbach
endancyChecks > exit (5) > File "C:\Python32\eric5-5.1.8\install.py". line 48. in exit > input('Press enter to continue.. _') > File "", line 0 > ^ > SyntaxError: unexpected EOF while parsing > > c:\Python32\eric5-5 .1.8> > > Robert > >

Re: [PyQt] Gesture programming in PyQt

2012-01-10 Thread Detlev Offenbach
Am Montag, 9. Januar 2012, 22:17:45 schrieb Phil Thompson: > On Mon, 09 Jan 2012 19:11:18 +0100, Detlev Offenbach > > wrote: > > Am Montag, 9. Januar 2012, 09:58:39 schrieb Phil Thompson: > >> On Sun, 08 Jan 2012 18:05:52 +0100, Detlev Offenbach > >> > >

Re: [PyQt] Gesture programming in PyQt

2012-01-09 Thread Detlev Offenbach
Am Montag, 9. Januar 2012, 09:58:39 schrieb Phil Thompson: > On Sun, 08 Jan 2012 18:05:52 +0100, Detlev Offenbach > > wrote: > > Am Samstag, 7. Januar 2012, 18:31:16 schrieb Phil Thompson: > >> On Sat, 7 Jan 2012 15:33:08 +0100, Detlev Offenbach > >

Re: [PyQt] Gesture programming in PyQt

2012-01-08 Thread Detlev Offenbach
Am Samstag, 7. Januar 2012, 18:31:16 schrieb Phil Thompson: > On Sat, 7 Jan 2012 15:33:08 +0100, Detlev Offenbach > > wrote: > > Hi Phil, > > > > can you test my little test script on your side? I tried it over here > > with > > > Python 3.2.2, Qt 4.7

Re: [PyQt] Gesture programming in PyQt

2012-01-05 Thread Detlev Offenbach
Am 04.01.2012 um 20:04 schrieb Phil Thompson: > On Wed, 4 Jan 2012 19:46:45 +0100, Detlev Offenbach > wrote: >> Hello, >> >> does anybody have experience in gesture programming with PyQt? I am > trying >> to program a custom gesture re

[PyQt] Gesture programming in PyQt

2012-01-04 Thread Detlev Offenbach
= QGestureRecognizer.registerRecognizer(cls.__instance) return cls.__type --END CODE-- Regards, Detlev Detlev Offenbach det...@die-offenbachs.de signature.asc Description: Message signed with OpenPGP using GPGMail ___ PyQt mailing listPyQt

Re: [PyQt] My app crashed every time after upgrading to PyQt4.9

2011-12-28 Thread Detlev Offenbach
Am 28.12.2011 um 19:34 schrieb Phil Thompson: > On Wed, 28 Dec 2011 15:29:00 +0100, Detlev Offenbach > wrote: >> Hi, >> >> do you have a short recipe on how to get DBus on Mac? > > Install MacPorts. > > Install dbus... > > sudo port install dbus &g

Re: [PyQt] My app crashed every time after upgrading to PyQt4.9

2011-12-28 Thread Detlev Offenbach
Hi, do you have a short recipe on how to get DBus on Mac? Detlev Am 28.12.2011 um 13:55 schrieb Phil Thompson: > On Wed, 28 Dec 2011 13:41:08 +0100, Detlev Offenbach > wrote: >> Hello, >> >> I tried using Qt 4.8.0 on Mac as well. Trying to start Qt Designer >>

Re: [PyQt] My app crashed every time after upgrading to PyQt4.9

2011-12-28 Thread Detlev Offenbach
up my app in the Terminal.app like this: > > $python my_app.py > > I got the crash window popped up, i copied the content of the crash > information and attached it in this mail. > Hope someone could help. > > Thanks. > > Gui > > >

[PyQt] PyQt and Qt 4.8

2011-12-17 Thread Detlev Offenbach
Hello, Is PyQt ready for use with recently released Qt 4.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
Gui > > On Sun, Dec 4, 2011 at 9:42 PM, detlev wrote: > > Hi, > > > > I just uploaded eric 4.4.19. It is a maintenance release fixing some > > bugs. It > > is available via the eric web site. > > > > http://eric-ide.python-projects.org/index.

[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

[PyQt] Issue on Mac OS X showing application name

2011-11-05 Thread Detlev Offenbach
ich is 'About Python' 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

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 > wrote: >> Am 04.11.2011 um 18:04 schrieb Phil Thompson: >> >>> On Fri, 4 Nov 2011 11:23:07 +0100, Detlev Offenbach >>> wrote: >>>> Hello

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 > wrote: >> Hello, >> >> I am defining a signal in one of my classes like this. >> >>tabRelocateRequested = pyqtSignal(int, int, int) >> >>

[PyQt] Issue with pyqtSignal

2011-11-04 Thread Detlev Offenbach
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.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

[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.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

Re: [PyQt] Professional IDE

2011-09-07 Thread Detlev Offenbach
tant" plug- in via the respective dialogs and make 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

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

2011-09-04 Thread Detlev Offenbach
@param value value to be converted @return converted data """ 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 mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[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 > > wrote: > > On Dienstag, 26. Juli 2011, Phil Thompson wrote: > >> On Sat, 16 Jul 2011 18:11:04 +0200, Detlev Offenbach > >> > >> wrote

  1   2   3   4   5   6   7   8   9   10   >