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

https://github.com/evonove/moply

the only pre-requisite is having PyMol installed in your system, then
run qmake, make and try the playground executable.

Cheers

-- 
Massimiliano Pippi
Evonove Srl
ma...@evonove.it :: https://evonove.it :: http://twitter.com/evonove

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net


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 PyMol in a PyQt application is far more easy :-)
Here is an example, same requirements as moply plus PyQt4:
https://gist.github.com/masci/6437112

Cheers

-- 
Massimiliano Pippi
Evonove Srl
ma...@evonove.it :: https://evonove.it :: http://twitter.com/evonove

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net