Re: [Maya-Python] Popen a QApplication with background QThread

2018-01-12 Thread Justin Israel
On Sat, Jan 13, 2018, 7:00 AM Juan Cristóbal Quesada < juan.cristobal...@gmail.com> wrote: > Hi all, > wonder if anyone has encountered an explanation for this. > I ve got a QApplication in python that runs a background Qthread. When > this background QThread finishes it launches another widget,

Re: [Maya-Python] Popen a QApplication with background QThread

2018-01-12 Thread Marcus Ottosson
I think you'll have to post a short reproducible. Not much to go on here.​ -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[Maya-Python] Popen a QApplication with background QThread

2018-01-12 Thread Juan Cristóbal Quesada
Hi all, wonder if anyone has encountered an explanation for this. I ve got a QApplication in python that runs a background Qthread. When this background QThread finishes it launches another widget, much like a splash screen. Everything when executed withi python.exe runs correctly: the splash