I am using Windows 10 I am trying to display cmd to my PyQt5 Application I tried Running a Windows executable (calc.exe, etc) inside a PyQt Application But It just opens the application outside the PyQt5 application Can anyone help me? Thank you
Asked
Active
Viewed 84 times
0
-
Define "it doesn't work". Does it show any error? Does it crash? Does something else happen? What program are you trying to embed? Did you implement it with the *exact same code* (copy, paste, run)? If not, please provide a [mre]. – musicamante Feb 03 '22 at 11:00
-
@musicamante Yes I ran the exact same code – Jr.Abdul Wahab Melethil Feb 04 '22 at 03:23