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