Hi, I have a QT 5.7 app (C++, Desktop Windows) that has an embedded python 3.5 interpreter and console. That is, the app links to and uses the python3 DLLs/API. I can launch PyQT5 python scripts from with the app (the scripts need a slight modification to use my QApplication.instance(), thats about it). It works surprisingly well.
I am looking at the possibility of embedding the Spyder IDE ( or parts thereof) as way to add Python editing/debugging within my GUI. It seems that embedding Spyder into an existing C++ application pops up now and then, but links to examples seem broken. Am I wasting my time? Thanks -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
