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

2013-05-04 Thread al
: 19:24 Freitag, 3.Mai 2013 Betreff: Re: [PyQt] Installing Eric Python IDE got stuck at PyQt-win-gpl-4.10 Hello, you will not find a uic.py file. If you import a package (i.e. PyQt4.uic) the __init__.py file will be read. Are you sure, there is no broken PyQt4 installation somewhere else on your

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
IDE got stuck at PyQt-win-gpl-4.10 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

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

2013-05-02 Thread Detlev Offenbach
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:

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-28 Thread Detlev Offenbach
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 planned

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

2013-04-27 Thread al
: "eric5-b...@eric-ide.python-projects.org" Gesendet: 19:14 Samstag, 27.April 2013 Betreff: Re: [PyQt] Installing Eric Python IDE got stuck at PyQt-win-gpl-4.10 Well, that will be fixed in the next release. Unfortunately Phil removed that file from the installer.   Detlev On Saturda

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 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 Detlev Offenbach
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 2

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

2013-04-27 Thread al
13:05 Samstag, 27.April 2013 Betreff: Re: [PyQt] Installing Eric Python IDE got stuck at PyQt-win-gpl-4.10 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,

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

2013-04-27 Thread Detlev Offenbach
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 wi