Re: [PyQt] problem running pyqt on xubuntu

2012-10-21 Thread Phil Thompson
On Sun, 21 Oct 2012 08:11:11 +0100, Mark Summerfield wrote: > Hi Baz, > > On Sun, 21 Oct 2012 00:44:58 +0100 > Baz Walter wrote: >> On 20/10/12 08:11, Mark Summerfield wrote: >> > Hi, >> > >> > I have built local versions of Qt 4.8.3, Python, SIP, and PyQt on an >> > Xubuntu machine which has Qt

Re: [PyQt] problem running pyqt on xubuntu

2012-10-21 Thread Mark Summerfield
Hi Baz, On Sun, 21 Oct 2012 00:44:58 +0100 Baz Walter wrote: > On 20/10/12 08:11, Mark Summerfield wrote: > > Hi, > > > > I have built local versions of Qt 4.8.3, Python, SIP, and PyQt on an > > Xubuntu machine which has Qt 4.8.1 as its system Qt: > > > > $ cd qt483src > > $ ./configure -prefix ~

Re: [PyQt] problem running pyqt on xubuntu

2012-10-20 Thread Baz Walter
On 20/10/12 08:11, Mark Summerfield wrote: Hi, I have built local versions of Qt 4.8.3, Python, SIP, and PyQt on an Xubuntu machine which has Qt 4.8.1 as its system Qt: $ cd qt483src $ ./configure -prefix ~/opt/qt483 $ make && make install $ cd py33src $ ./configure --prefix ~/opt/py33 $ make

Re: [PyQt] problem running pyqt on xubuntu

2012-10-20 Thread Detlev Offenbach
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

Re: [PyQt] problem running pyqt on xubuntu

2012-10-20 Thread Mark Summerfield
On Sat, 20 Oct 2012 03:21:51 -0400 Scott Kitterman wrote: > On Saturday, October 20, 2012 08:11:29 AM Mark Summerfield wrote: > > I have built local versions of Qt 4.8.3, Python, SIP, and PyQt on an > > Xubuntu machine which has Qt 4.8.1 as its system Qt: > > ... > > > So clearly, despite trying

Re: [PyQt] problem running pyqt on xubuntu

2012-10-20 Thread Scott Kitterman
On Saturday, October 20, 2012 08:11:29 AM Mark Summerfield wrote: > I have built local versions of Qt 4.8.3, Python, SIP, and PyQt on an > Xubuntu machine which has Qt 4.8.1 as its system Qt: ... > So clearly, despite trying to build using my local Qt, PyQt seems to be > looking at the system Qt.

[PyQt] problem running pyqt on xubuntu

2012-10-20 Thread Mark Summerfield
Hi, I have built local versions of Qt 4.8.3, Python, SIP, and PyQt on an Xubuntu machine which has Qt 4.8.1 as its system Qt: $ cd qt483src $ ./configure -prefix ~/opt/qt483 $ make && make install $ cd py33src $ ./configure --prefix ~/opt/py33 $ make && make install $ cd sip414src $ ~/opt/py33/