PyQT and Eric

Phil Thompson phil at river-bank.demon.co.uk
Wed Apr 16 03:48:05 EDT 2003


On Wednesday 16 April 2003 7:13 am, Daniele Trovato wrote:
> Hi
>
> I tried to install Eric, but it won't work and I don't no why.
> I'm using SuSE 8.2 and I installed Python, PyQT and PyQT Develop,
> QScintilla, SIP ..... packages from the SuSE distribution.
> My problem is, when I'm trying to install Eric with the following command
> "python install.py", the shell returns me an error: "Sorry, Please install
> PyQT"  but I have PyQT already installed.
> Does anybody now where the problem is or how i can solve the problem ?

Can you run any of the PyQt examples?

What's the output of running the following (there shouldn't be any)?

python -c "from qt import qVersion, PYQT_VERSION"

The above is what the eric installer is running to see if PyQt is installed.

What version of PyQt?

Phil





More information about the Python-list mailing list