Re: [Interest] Adding Scripting Capabilities to my Application (Suggestions on how to get started)

2014-03-13 Thread Jason H
Check out SIP. It's nto automatic, but it is easy. - Original Message - From: Michael Jackson To: interest@qt-project.org Cc: Sent: Thursday, March 13, 2014 1:14 PM Subject: Re: [Interest] Adding Scripting Capabilities to my Application (Suggestions on how to get started) I am i

Re: [Interest] Adding Scripting Capabilities to my Application (Suggestions on how to get started)

2014-03-13 Thread Charley Bay
Michael spaketh: > I am in the science community and Python seems to be used a bunch here. I > guess I am looking at someone writing a python script that would load our > libraries and be able to make calls to the library to perform the analysis > that they want. I am even hoping for some sort of

Re: [Interest] Adding Scripting Capabilities to my Application (Suggestions on how to get started)

2014-03-13 Thread Michael Jackson
onfused by the Python Extending vs Embedding issue, they will > recommend extending. For what you are doing, u only need/want embedding. > http://docs.python.org/2/extending/ > > > > > > > From: Michael Jackson > To: "" > Sent: Wednesday, March 12,

Re: [Interest] Adding Scripting Capabilities to my Application (Suggestions on how to get started)

2014-03-12 Thread Jason H
r what you are doing, u only need/want embedding.  http://docs.python.org/2/extending/ From: Michael Jackson To: "" Sent: Wednesday, March 12, 2014 2:06 PM Subject: [Interest] Adding Scripting Capabilities to my Application (Suggestions o

Re: [Interest] Adding Scripting Capabilities to my Application (Suggestions on how to get started)

2014-03-12 Thread Josh Handley
. Josh -Original Message- From: interest-bounces+jhandley=lkc@qt-project.org [mailto:interest-bounces+jhandley=lkc@qt-project.org] On Behalf Of Michael Jackson Sent: Wednesday, March 12, 2014 2:06 PM To: Subject: [Interest] Adding Scripting Capabilities to my Application (Suggesti

[Interest] Adding Scripting Capabilities to my Application (Suggestions on how to get started)

2014-03-12 Thread Michael Jackson
Hello Qt Community. I help develop a combination of library/application (dream3d.bluequartz.net) and we would like to add some scripting capabilities to it. I'll state what I _think_ I want and hopefully get a sanity check as to whether it is really possible or not. Our project as a main