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
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 ~
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
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
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
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.
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/