[PyQt] PyQt5 installation problem

2013-05-15 Thread Wojciech Daniło
Hi!
When I'm trying to install PyQt5 I get an error: Error: PyQt5 requires Qt
v5.0 or later.

My Qt5.0.2 installation is in my $HOME/dev/Qt5.0.2 - how can I tell the
configure script to search for it there?
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] PyQt5 installation problem

2013-05-15 Thread Phil Thompson
On Wed, 15 May 2013 14:23:35 +0200, Wojciech Daniło
wojtek.danilo...@gmail.com wrote:
 Hi!
 When I'm trying to install PyQt5 I get an error: Error: PyQt5 requires
Qt
 v5.0 or later.
 
 My Qt5.0.2 installation is in my $HOME/dev/Qt5.0.2 - how can I tell the
 configure script to search for it there?

Use the --qmake flag.

Phil
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] PyQt5 installation problem

2013-05-15 Thread Wojciech Daniło
Thank you! The problem was solved, but occured next one - while compiling I
get:
qpycore_post_init.cpp:46:26: error: 'sipSetDestroyOnExit' was not declared
in this scope

full error stack can be found here:  http://pastebin.com/rKxmmERd .



2013/5/15 Phil Thompson p...@riverbankcomputing.com

 On Wed, 15 May 2013 14:23:35 +0200, Wojciech Daniło
 wojtek.danilo...@gmail.com wrote:
  Hi!
  When I'm trying to install PyQt5 I get an error: Error: PyQt5 requires
 Qt
  v5.0 or later.
 
  My Qt5.0.2 installation is in my $HOME/dev/Qt5.0.2 - how can I tell the
  configure script to search for it there?

 Use the --qmake flag.

 Phil

___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] PyQt5 installation problem

2013-05-15 Thread Phil Thompson
On Wed, 15 May 2013 15:05:22 +0200, Wojciech Daniło
wojtek.danilo...@gmail.com wrote:
 Thank you! The problem was solved, but occured next one - while
compiling I
 get:
 qpycore_post_init.cpp:46:26: error: 'sipSetDestroyOnExit' was not
declared
 in this scope
 
 full error stack can be found here:  http://pastebin.com/rKxmmERd .

Make sure you are using the current SIP snapshot.

Phil
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] PyQt5 installation problem

2013-05-15 Thread Wojciech Daniło
Thank you, using the latest snapshot it compiled successfully - sorry for
not testing it myself.
But while installation I get next error ...:
strip:/usr/bin/pyuic5: File format not recognized

full error stack:
http://pastebin.com/jT28DQmW


2013/5/15 Phil Thompson p...@riverbankcomputing.com

 On Wed, 15 May 2013 15:05:22 +0200, Wojciech Daniło
 wojtek.danilo...@gmail.com wrote:
  Thank you! The problem was solved, but occured next one - while
 compiling I
  get:
  qpycore_post_init.cpp:46:26: error: 'sipSetDestroyOnExit' was not
 declared
  in this scope
 
  full error stack can be found here:  http://pastebin.com/rKxmmERd .

 Make sure you are using the current SIP snapshot.

 Phil

___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] PyQt5 installation problem

2013-05-15 Thread Phil Thompson
On Wed, 15 May 2013 15:36:51 +0200, Wojciech Daniło
wojtek.danilo...@gmail.com wrote:
 Thank you, using the latest snapshot it compiled successfully - sorry
for
 not testing it myself.
 But while installation I get next error ...:
 strip:/usr/bin/pyuic5: File format not recognized
 
 full error stack:
 http://pastebin.com/jT28DQmW

Which, if you look at the message, is ignored.

Phil
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt