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 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 PyMol in a PyQt applicatio

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 wrote: > On Wed, Sep 4, 2013 at 12:48 PM, Alessi

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 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 look at this: https:

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 > 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, > Aless

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 th

[PyMOL] Embedding PyMol in a custom designed GUI

2013-07-17 Thread Suraj Mirpuri
Hello all, I have recently been looking for tips or help on embedding PyMol into a GUI built upon Qt4. I looked at this post from years ago: http://sourceforge.net/mailarchive/message.php?msg_id=27413273 However on newer versions of pymol I get the same GLUT error and on the earlier version sug