ck to 4.8.4.
Alan
On 12/31/12, Detlev Offenbach wrote:
> Hello,
>
> you have to compile the QScintilla Python bindings AFTER PyQt4. The correct
>
> order is given in the README file of the eric distribution archive.
>
> Detlev
>
> On Sunday 30 December 2012, 23:30:55 Alan
This seems like mostly a pyqt problem, as far as I know. From my logs:
I have qt4-4.7.3p0 also qt3-mt-3.8p5, using qmake from 4
I have python-2.7.1p9, also python-2.5.4p13, using 2.7.1
I have QScintilla-gpl-2.7 and installed Python bindings
I have py-qt4-4.8.4p0v0 (OpenBSD name for PyQt-x11-gpl-4
On 12/28/12, Phil Thompson wrote:
> On Thu, 27 Dec 2012 22:21:16 -0500, Alan Corey
> wrote:
>> I'm a newbie, but I don't find this anywhere.
>>
>> I want to uninstall PyQt-x11-gpl-4.9.6 because I've discovered there's
>> a slightly older version
I'm a newbie, but I don't find this anywhere.
I want to uninstall PyQt-x11-gpl-4.9.6 because I've discovered there's
a slightly older version in the ports collection of my operating
system (OpenBSD). I've learned the hard way that it really is best to
stick to the supported versions unless there'
It's a tangled web:
cd /usr/local/bin
freebie# ls -la | grep qmake
lrwxr-xr-x1 root wheel28 Feb 17 2012 qmake ->
/usr/local/lib/qt3/bin/qmake
lrwxr-xr-x1 root wheel 5 Feb 17 2012 qmake-mt -> qmake
lrwxr-xr-x1 root wheel28 Mar 2 2012 qmake4 ->
/usr/local/l
> You might find that you need to pass the -q option to the configure.py
> script with the path to the qmake executable on your system. Perhaps that
> will help to locate the header files.
>
> David
>
That didn't help at least by itself, but I need to look into all the
precautions for having mult
I'm trying to install PyQt-x11-gpl-4.9.6 from a freshly downloaded
tarball. I have sip-4.14.2 installed, Python 2.7.1p9 from OpenBSD
ports,
qt4-4.7.3p0 also from OpenBSD ports.
Following the directions in the README, when I do:
python2.7 configure.py --verbose
where I extracted in /usr/src/misc/p