How can I open an outlook from an pyqt based GUI
-
How can I open an outlook email from an pyqt based GUI
-
Hi,
What do you mean by outlook email ?
Do you mean open Outlook for sending an email ?
-
yes , also a skype application
-
I have to create my own mailing system or chat system in pyqt guit
-
@Qt-Enthusiast
If you "have to create my own", why do you want to try to run Outlook or Skype? Decide whether you mean run a thrird-party one like those, or whether you mean write your own? -
my tool is on linux and windows , on windows it is possible to invoke thrird party tool or linux I think it s not possible
-
@Qt-Enthusiast
Of course it's possible on all of Linux/Windows/Mac. Just useQProcess
as @SGaist said, if invoking a third-party tool is your goal. But whether, say, Outlook or Skype is available on those platforms is another matter.