Re: [PyQt] newbie installing under OpenBSD

2012-12-23 Thread Alan Corey
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

Re: [PyQt] newbie installing under OpenBSD

2012-12-23 Thread Alan Corey
> 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

Re: [PyQt] newbie installing under OpenBSD

2012-12-22 Thread David Boddie
On Date: Sat, 22 Dec 2012 00:26:53 -0500, Alan Corey wrote: > Following the directions in the README, when I do: > python2.7 configure.py --verbose > where I extracted in /usr/src/misc/pyqt4/PyQt-x11-gpl-4.9.6 > I get messages like: > qtdirs.cpp:1:28: error: QCoreApplication: No such file or direc

[PyQt] newbie installing under OpenBSD

2012-12-21 Thread Alan Corey
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