How about starting with an IDE that was written using PyQt. I mean eric5 of
course ;-)
Detlev
On Thursday 10 October 2013, 23:09:52 Mohsen Pahlevanzadeh wrote:
> Dear all,
>
> I should pesent PyQt as workshop at next month, if you have any idea,
> mail me
>
&g
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
Hi,
I just uploaded eric 4.5.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
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
Hello Phil,
is the latest QScintilla snapshot compatible with these releases of PyQt4
and sip?
Detlev
On Wednesday 21 August 2013, 17:50:25 Phil Thompson wrote:
> PyQt v4.10.3 has been released. This is a minor bug fix release.
>
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
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
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
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
Hi,
I just uploaded eric 4.5.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
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
___
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
Hello,
you may download the eri sources and use the LED I implemented in pure
Python.
Detlev
On Tuesday 25 June 2013, 09:20:15 Phil wrote:
> Thank you for reading this.
>
> I'd like to include a led in my project which I've done in the past with
> Qt creator and Designer
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
___
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
()
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
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
Hi,
I just uploaded eric 4.5.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
Hello,
that message simply means, that your PyQt4 installation is not complete. It
is missing uic module. Nothing I can do about.
Detlev
On Thursday 02 May 2013, 05:50:37 al wrote:
Now I got time to check your info ...
but after getting the source code from repo I get following error
Hello,
will the PyQt5 structure be the same as PyQt4 in the areas where we have
an overlap? If that would be the case porting an application from PyQt4 to
PyQt5 would simply be a matter of replacing PyQt4 with PyQt5.
Detlev
On Wednesday 01 May 2013, 11:13:41 Phil Thompson wrote:
> On Wed,
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
If you need the fix urgently just get the source code from the source repo
and install from sources. Instruction on how to get the source code is
contained on the code page of the eric web site.
Detlev
On Saturday 27 April 2013, 12:57:33 al wrote:
Hi Detlev,
when is the next release
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
Pyt
Could it be the case, that you have a mix of architectures installed, i.e.
Python 32-bit and PyQt4 64-bit? Please note, that eric5 support for Qt5 is
still marked as experimental. If you want to get a stable configuration
please use the PyQt4 installer containing Qt 4.8.4.
Detlev
On Saturday
The easiest way on Windows is to use the PyQt4 windows installer. After
that just run the eric install script.
Regards,
Detlev
On Saturday 27 April 2013, 04:23:30 al wrote:
Hello all,
I am struggling my way trough installing the ERIC Python IDE on Win8: and
got stuck at PyQt-win-gpl-4.10
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:
> >&
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
PyQt4.QtCore import QLibraryInfo
>>> QLibraryInfo.location(QLibraryInfo.BinariesPath)
'C:/Qt/5.0.2/bin'
>>>
I would have expected something like "C:\Python33\Lib\site-
packages\PyQt4", because that is where the executable reside when
installed via the installer. How c
using the installer for
Qt4. What is going on here?
Some installers seem to be missing the QScintilla.api file.
Regards,
Detlev
On Monday 22 April 2013, 11:43:59 Phil Thompson wrote:
> PyQt v4.10.1 has been released. This contains a couple of new features
as
> well as the
.
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
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
shown in the value column
of the variables viewer
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@riverbankcomputing.com
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
in parallel?
Regards,
Detlev--
*Detlev Offenbach*
det...@die-offenbachs.de
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
. Please give it a try and
send feedback.
Regards,
Detlev
--
Detlev Offenbach
det...@die-offenbachs.de
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
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
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
-lpthread
/tmp/ccmtGOAm.o: In function `main':
cfgtest_QtWebKit.cpp:(.text.startup+0x19): undefined reference to
`QWebPage::QWebPage(QObject*)'
collect2: error: ld returned 1 exit status
Regards,
Detlev
On Monday 04 March 2013, 18:52:45 Phil Thompson wrote:
> On Mon, 4 Mar 2013 1
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
Hi,
I just uploaded eric 4.5.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
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
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
- 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
Hello Ahmed,
I am glad you like eric.
Happy coding
Detlev
Am 02.02.2013 um 11:29 schrieb uahmed :
> Hi Detlev ,
>
> Thanks alot for the reply , Eric IDE is perfect for this . Just in case if
> anyone else face the problem here is solution .
>
> Open Eric IDE , Proj
Hello,
why not use the eric IDE for development? It has built in interfaces to the Qt
tools and would do the .pro generation in the background for you. It is really
simple to do translation update for just one language, several or even all,
add new languages, ...
Regards,
Detlev
On
Hi Mads,
why are you using QTreeView? I would use QToolbox for such a layout.
Regards,
Detlev
On Tuesday 29 January 2013, 22:31:14 Mads Ipsen wrote:
Hi,
We develop a tool for manipulating atomic structures and have embedded all the
manipulation widgets in a panel bar (widget on the right in
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___
, QWebPage.ErrorPageExtensionReturn)
Regards,
Detlev
On Monday 07 January 2013, 21:55:27 Flya Flyaa wrote:
I want to get page detailed error message this
way: http://stackoverflow.com/questions/7279046/how-to-get-detailed-error-
message-when-qtwebkit-fails-to-load-a-page
This need reimplement QWebPage.extension
http
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
s and replace in files dialogs in a
mode that searches open files only
-- change the status labels for programming language and end-of-line type to
show an icon
It is available via
http://sourceforge.net/projects/eric-ide/files/eric5/unstable/5.3-20130106
Regards
Detlev
--
Detlev
startpoint.
Regards,
Detlev
--
Detlev Offenbach
det...@die-offenbachs.de___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
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
Hello,
you have to compile the QScintilla Python bindings AFTER PyQt4. The correct
order is given in the README file of the eric distribution archive.
Detlev
On Sunday 30 December 2012, 23:30:55 Alan Corey wrote:
> This seems like mostly a pyqt problem, as far as I know. From my logs:
>
Hello,
testing eric5 with Qt5 and latest PyQt4 snapshot raised a strange observation.
The eric5 Web Browser shows dialog windows generated by Qt5 with content like
Trying to construct an instance of an invalid type, type id: 627995709
Does anybody have an idea what could causing this?
Detlev
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,
> >
Hi,
I just uploaded eric 5.2.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
Hi,
I just uploaded eric 4.5.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
/../../../../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
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
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
Hi,
you are right. keyPressEvent() should do the job.
Detlev
On Monday 03 December 2012, 17:56:12 Evan Driscoll wrote:
> I want to make a UI that carries out an action when the user presses
> return (think like in Pidgin), and I have a couple questions about how
> to do this. I
e
-- added a handler for file: schemes to allow directory listings
It is available via
http://sourceforge.net/projects/eric-ide/files/eric5/unstable/5.3-20121101
Regards
Detlev
--
Detlev Offenbach
det...@die-offenbachs.de
___
PyQt mailing
Hello,
I am doing it for eric development using separate Qt installation directories,
Python virtual environments and start scripts setting the path to the Qt tools
explicitly. Works perfectly for me.
Just make sure to set the path explicitly when building PyQt4 and QScintilla
stuff.
Detlev
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
Hi,
I just uploaded eric 5.2.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
Hi,
I just uploaded eric 4.5.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
All stuff you asked for is used in the eric IDE. You may have a look at the
code or simply use it for your purpose.
Regards,
Detlev
On Thursday 11 October 2012, 14:33:48 Salvatore Larosa wrote:
Hi all,
I would like to change font and fontsize (eventually API path too) in my
editor by using a
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
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
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
Hi,
I just uploaded eric 4.5.5. It is a maintenance release fixing some bugs and
includes some small enhancements. It is available via the eric web site.
http://eric-ide.python-projects.org/index.html
Regards,
Detlev
--
Detlev Offenbach
det...@die-offenbachs.de
Hi,
I just uploaded eric 5.2.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
Hello,
a much easier way to get PyQt4 running on Windows is to use the PyQt4
installer. With that you should be able to get eric installed within a couple
of minutes. Please note, that eric5 needs Python3. If you want a Python2 setup
please install eric4.
Regards,
Detlev
On Thursday 05 July
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
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
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
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
. 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
Hi,
I just uploaded eric 5.2.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
Hi,
I just uploaded eric 4.5.4. It is a maintenance release fixing some bugs and
includes a few enhancements to the Subversion interfaces. 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@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
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
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
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
eric5/unstable/5.3-20120430
Regards
Detlev
--
Detlev Offenbach
det...@die-offenbachs.de
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
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
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
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
Hi,
I just uploaded eric 4.5.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
Hi,
I just uploaded eric 5.2.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
should work on the platforms supported by eric (Windows, Linux, Mac OS
X).
4. Installers for Windows and Mac OS X should be provided (most people don't
seem to like the diea to compiled such stuff themself).
Regards,
Detlev
Am Donnerstag, 22. März 2012, 20:21:38 schrieb Henning Schröder:
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
Hi,
I just uploaded eric 4.5.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
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
right", "credits" or "license" for more information.
>>> from PyQt4.QtWebKit import QWebPluginFactory
>>> p=QWebPluginFactory.Plugin()
>>> p
>>> p.mimeTypes
[]
>>> mt=QWebPluginFactory.MimeType
>>> p.mimeTyp
Am Samstag, 18. Februar 2012, 14:34:55 schrieb Gustavo A. Díaz:
> Hi,
>
> Is only Py3 right?
Not really. eric5 is the Python3 variant of the eric IDEs. That means, it
needs Python3 to be executed. However, it can be used for Python2 development
as well.
Detlev
>
> Cheers.
or "search:") and "about:home"
-- added an interface to VirusTotal
- other enhancements
-- added an action to launch another instantiation of eric5
-- added capability to zoom by Ctrl + Mouse Wheel to various graphics
related windows
-- added capability to zoom by
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
default search engines
-- Improved handling of mouse buttons 3 and 4 (back/forward in history)
It is available via the eric web site.
http://eric-ide.python-projects.org/index.html
Regards,
Detlev
--
Detlev Offenbach
det...@die-offenbachs.de
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
>
>
1 - 100 of 1109 matches
Mail list logo