Spyder is not launching : Error at command prompt is 'QWidget :must construct QApplication before Qwidget,
-
@Yash_iitb The error tells you what the problem is: before constructing any QWidget based objects you have to construct a QApplication object.
-
@Yash_iitb The error tells you what the problem is: before constructing any QWidget based objects you have to construct a QApplication object.
-
@jsulm I tried to read it.. But I couldn't understand what exactly I should do.. Can you help with it. Basically I need to launch Spyder
@Yash_iitb You are creating a QWidget based class instance somewhere in your code before creating QApplication instance. Since I don't have your code I can't help. Post at least your main.cpp file content.
-
@Yash_iitb You are creating a QWidget based class instance somewhere in your code before creating QApplication instance. Since I don't have your code I can't help. Post at least your main.cpp file content.
-
Hi,
Then it's something you should bring that to the spyder developers.