[PyQt] Problem Eric tutorial

2013-05-21 Thread al
Hi folks, working on the Eric tutorial http://eric-ide.python-projects.org/tutorials/LogParser/index.html I ran into trouble: "object has no  attribute retranslateUi" I know that I have a newer Code Generator PyQt4 UI code generator 4.4.2 <-> 4.10.1. When I use the tutorial files which I have

[PyQt] Eric5 Tutorial problem

2013-05-20 Thread al
Hi folks, working on the Eric tutorial http://eric-ide.python-projects.org/tutorials/LogParser/index.html I ran into trouble: "object has no  attribute retranslateUi" I know that I have a newer Code Generator PyQt4 UI code generator 4.4.2 <-> 4.10.1. When I use the tutorial files which I hav

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

2013-05-04 Thread al
Hi, just to give a short feedback: Finally Eric5 is up and running on my PC :-) I was able to compile the ui Files then to install and startup Eric5. Thank you for all the support. I will check out the tutorials now. Von: Detlev Offenbach An: al Gesendet

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

2013-05-02 Thread al
ombinations. In all of the installations I can find the uic dir but NO *.UIC file Where is the UIC File/Module located in your directory? Von: Detlev Offenbach An: al Gesendet: 18:29 Donnerstag, 2.Mai 2013 Betreff: Re: [PyQt] Installing Eric Python IDE got

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

2013-05-02 Thread al
to install a different PyQt4? Or what am I doing wrong at installation? How can I obtain this missing PyQt4.uic??? Von: Detlev Offenbach An: pyqt@riverbankcomputing.com; al Gesendet: 16:14 Donnerstag, 2.Mai 2013 Betreff: Re: [PyQt] Installing Eric Python

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

2013-05-02 Thread al
compileUiFiles     from PyQt4.uic import compileUi ImportError: No module named PyQt4.uic Von: Detlev Offenbach An: pyqt@riverbankcomputing.com; al CC: "eric5-b...@eric-ide.python-projects.org" Gesendet: 8:22 Sonntag, 28.April 2013 Betreff: Re: [Py

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

2013-04-27 Thread al
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 Von: Detlev Offenbach An: pyqt@riverbankcomputing.com; al CC

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

2013-04-27 Thread al
_ Von: Detlev Offenbach An: pyqt@riverbankcomputing.com; al Gesendet: 14:28 Samstag, 27.April 2013 Betreff: Re: [PyQt] Installing Eric Python IDE got stuck at PyQt-win-gpl-4.10 Could it be the case, that you have a mix of architectures installed, i.e. Python 32-bit and PyQt4 64-b

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

2013-04-27 Thread al
Qt4 Sorry, please install QtHelp. Error: DLL load failed: %1 ist keine zulässige Win32-Anwendung. Press enter to continue... So what do I have to do? Any explanation what do I have to take care of? Von: Detlev Offenbach An: pyqt@riverbankcomputing.com; al Gesendet:

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

2013-04-27 Thread al
Hello all, I am struggling my way trough installing the ERIC Python IDE on Win8: and got stuck at PyQt-win-gpl-4.10 with following error message: mingw32-make[1]: Entering directory 'G:/Download/Programmieren/PyQt-win-gpl-4.10 /PyQt-win-gpl-4.10/QtCore' makefile:30: warning: overriding recipe f

Re: [PyQt] TypeError object of type int has no len issue

2011-09-16 Thread Muhammad Bashir Al-Noimi
On 13/09/2011 06:03 م, Baz Walter wrote: On 13/09/11 15:14, ad...@mbnoimi.net wrote: the signature for showSplash is:     def showSplash(self, delay, messages, alignment, color): but you're calling it with:     spla

Re: [PyQt] Delaying splash screen

2011-09-07 Thread Muhammad Bashir Al-Noimi
n range(len(messages)): aSplashScreen.showMessage(messages[i], alignment, color) SleeperThread.msleep(delay) - Best Regards Muhammad Bashir Al-Noimi My Blog: http://mbnoimi.net ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Professional IDE

2011-09-07 Thread Muhammad Bashir Al-Noimi
r a fairly seamless integration. it hasn't eric's PyQt integration at all. - Best Regards Muhammad Bashir Al-Noimi My Blog: http://mbnoimi.net ___ PyQt mailing listPyQt@ri

[PyQt] PyQt4 problem: QApplication() has an invalid type

2009-06-17 Thread Ala Al-Shaibani
Hello everyone. I am using Python 2.5.1 (default python for OS X) on macintosh. I installed few libraries, including the scipy library (scipy, numpy, matplotlib and ipython). I then installed Qt, SIP and PyQt (latest versions of each). My problem is with this code: import sys from PyQt4 import