Re: [PyMOL] Embedding PyMol in a custom designed GUI

2013-09-04 Thread Alessia Visconti
Hi all, as Raj, I'm also wondering if there is any way to embed PyMOL in my PyQt4 GUI. Does anyone has any suggestion about where/how to start? Thanks in advance, Alessia Hello all, I have recently been looking for tips or help on embedding PyMol into a GUI built upon Qt4. I looked at this

Re: [PyMOL] Embedding PyMol in a custom designed GUI

2013-09-04 Thread Андрей Гончар
Hi Try to run self.pymolInstance.finish_launching() after self.pymolInstance.start() 2013/9/4 Alessia Visconti alessia.visco...@gmail.com Hi all, as Raj, I'm also wondering if there is any way to embed PyMOL in my PyQt4 GUI. Does anyone has any suggestion about where/how to start?

Re: [PyMOL] Embedding PyMol in a custom designed GUI

2013-09-04 Thread Massimiliano Pippi
On Wed, Sep 4, 2013 at 12:48 PM, Alessia Visconti alessia.visco...@gmail.com wrote: Hi all, as Raj, I'm also wondering if there is any way to embed PyMOL in my PyQt4 GUI. Does anyone has any suggestion about where/how to start? if you need to embed PyMol in a C++ Qt application you can take a

Re: [PyMOL] Embedding PyMol in a custom designed GUI

2013-09-04 Thread Alessia Visconti
This is a good news (and starting point), thanks for the tip! On the other hand I need to translate all my code in C++. Any thought of making a version for a Python Qt application? ;) Cheers, Alessia On 4 September 2013 13:18, Massimiliano Pippi ma...@evonove.it wrote: On Wed, Sep 4, 2013 at

Re: [PyMOL] Embedding PyMol in a custom designed GUI

2013-09-04 Thread Massimiliano Pippi
On Wed, Sep 4, 2013 at 2:29 PM, Alessia Visconti alessia.visco...@gmail.com wrote: This is a good news (and starting point), thanks for the tip! On the other hand I need to translate all my code in C++. Any thought of making a version for a Python Qt application? ;) Good for you, embedding