Getting qtext module for PyQT on windows

S

Srinath Avadhanula

Hello,

I wanted to take a look at the qtext module which has been advertised on
the PyQT overview page, but am unable to get it. How am I supposed to do
this?

I installed Python v2.3 from www.python.org (using the self-installing
executable), QT non-commercial edition 2.3.0 and then PyQT
non-commercial edition 3.8.0 using the self-installing executable
PyQT-win-nc-3.8.exe from riverbankcomputing.co.uk.

With this setup, I can do something like

and this works fine. But

all give an ImportError. What additional steps should I take to get PyQT
with the qtext module?

Thanks,
Regards,
Srinath
 
U

ulysses

Srinath Avadhanula said:
Hello,

I wanted to take a look at the qtext module which has been advertised on
the PyQT overview page, but am unable to get it. How am I supposed to do
this?

I installed Python v2.3 from www.python.org (using the self-installing
executable), QT non-commercial edition 2.3.0 and then PyQT
non-commercial edition 3.8.0 using the self-installing executable
PyQT-win-nc-3.8.exe from riverbankcomputing.co.uk.

With this setup, I can do something like


and this works fine. But


all give an ImportError. What additional steps should I take to get PyQT
with the qtext module?

Thanks,
Regards,
Srinath

You just need do this "from qt import *", you can use QText and other Object.
don't need import QText.
But I must tell you PyQt don't support Windows98. GUI can't show normally.
Because QT use unicode,win98 don't support it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top