1

I am doing a project in python... Recently sir told to add a GUI for it as I was running it in command prompt and he could not understand it.On his suggestion I downloaded PYQT for windows.I am working on Python 2.7.How can I run my applicaiton from PYQT UI? And also how to print the results that my app produces in PYQT rather than in command prompt? Should i use QProcess()?... Please help....

I actually found a code here- It is embedding a python interpreter in PYQT

How to embed a Python interpreter in a PyQT widget

4
  • What have you tried? Also, have you tried the standard Python GUI library, TkInter? It requires no download and has plenty of tutorials: docs.python.org/2/library/tkinter.html Commented Mar 25, 2013 at 7:14
  • My teacher wanted me to use only PYQT Commented Mar 25, 2013 at 7:14
  • 2
    Then I'll recommend to read a PyQt tutorial first: zetcode.com/tutorials/pyqt4/firstprograms Commented Mar 25, 2013 at 7:16
  • I have downloaded PYQT and tried few of simple applicaions like hello world, calculator Commented Mar 25, 2013 at 7:17

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.