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

2013-05-02 Thread al


Now I got time to check your info ...

but after getting the source code from repo I get following error:


G:\Download\Programmieren\eric5_reppython compileuifiles.py
Compiling user interface files...
An internal error occured.  Please report all the output of the program,
including the following traceback, to eric5-b...@eric-ide.python-projects.org.

Traceback (most recent call last):
  File compileuifiles.py, line 114, in module
    main(sys.argv)
  File compileuifiles.py, line 109, in main
    compileUiFiles()
  File compileuifiles.py, line 22, in compileUiFiles
    from PyQt4.uic import compileUi
ImportError: No module named PyQt4.uic



 Von: Detlev Offenbach det...@die-offenbachs.de
An: pyqt@riverbankcomputing.com; al comtronic...@yahoo.com 
CC: eric5-b...@eric-ide.python-projects.org 
eric5-b...@eric-ide.python-projects.org 
Gesendet: 8:22 Sonntag, 28.April 2013
Betreff: Re: [PyQt] Installing Eric Python IDE got stuck at PyQt-win-gpl-4.10
 


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?

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
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

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:




G:\Download\Programmieren\eric5_reppython compileuifiles.py




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?


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




*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-05-02 Thread al
Ok, I have been searching for UIC:

in Python33_x32\Lib\site-packages\PyQt4\uic I can find a pyuic.py file but no 
PyQt4.uic

Where should this file be located???

I repeated full installation of PyQt4-4.10.1-gpl-Py3.3-Qt4.8.4-x32 without 
errors. But 
the PyQt4.uic does not show up 
Do I need to install a different PyQt4? Or what am I doing wrong at 
installation?


How can I obtain this missing PyQt4.uic???



 Von: Detlev Offenbach det...@die-offenbachs.de
An: pyqt@riverbankcomputing.com; al comtronic...@yahoo.com 
Gesendet: 16:14 Donnerstag, 2.Mai 2013
Betreff: Re: [PyQt] Installing Eric Python 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 from repo I get following error:


G:\Download\Programmieren\eric5_reppython compileuifiles.py
Compiling user interface files...
An internal error occured.  Please report all the output of the program,
including the following traceback, to eric5-b...@eric-ide.python-projects.org.

Traceback (most recent call last):
  File compileuifiles.py, line 114, in module
    main(sys.argv)
  File compileuifiles.py, line 109, in main
    compileUiFiles()
  File compileuifiles.py, line 22, in compileUiFiles
    from PyQt4.uic import compileUi
ImportError: No module named PyQt4.uic


 

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?

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




-- 
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-05-02 Thread al
Hi,

I do have the __init__.py in the uic dir.

Trying import PyQt4.uic I get:


 import PyQt4.uic
Traceback (most recent call last):
  File stdin, line 1, in module
ImportError: No module named PyQt4.uic

I tried now several Phyton 32  64 bit  (2.7  3.3) and PyQt4 combinations.

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 det...@die-offenbachs.de
An: al comtronic...@yahoo.com 
Gesendet: 18:29 Donnerstag, 2.Mai 2013
Betreff: Re: [PyQt] Installing Eric Python IDE got stuck at PyQt-win-gpl-4.10
 


Hello,
 
you should have a file called '__init__.py' in the uic package (directory). 
Please try this statement in a Python shell:
 
import PyQt4.uic
 
If that throws an error, the a.m. __init__.py file is not there. I checked it 
over here with PyQt4-4.10.1-gpl-Py3.3-Qt5.0.2-x32 and it works fine.
 
Regards,
Detlev

On Thursday 02 May 2013, 09:01:01 al wrote:

Ok, I have been searching for UIC:

in Python33_x32\Lib\site-packages\PyQt4\uic I can find a pyuic.py file but no 
PyQt4.uic

Where should this file be located???

I repeated full installation of PyQt4-4.10.1-gpl-Py3.3-Qt4.8.4-x32 without 
errors. But the PyQt4.uic does not show up 
Do I need to install a different PyQt4? Or what am I doing wrong at 
installation?


How can I obtain this missing PyQt4.uic???


 

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:


G:\Download\Programmieren\eric5_reppython compileuifiles.py
Compiling user interface files...
An internal error occured.  Please report all the output of the program,
including the following traceback, to eric5-b...@eric-ide.python-projects.org.

Traceback (most recent call last):
  File compileuifiles.py, line 114, in module
    main(sys.argv)
  File compileuifiles.py, line 109, in main
    compileUiFiles()
  File compileuifiles.py, line 22, in compileUiFiles
    from PyQt4.uic import compileUi
ImportError: No module named PyQt4.uic


 

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?

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




-- 
Detlev Offenbach
det...@die-offenbachs.de




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