Re: [PyQt] Trying to install Eric 4

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

[PyQt] Trying to install Eric 4

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

Re: [PyQt] How to uninstall?

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

[PyQt] How to uninstall?

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

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

[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