Re: [PyQt] Using SWIG to wrap application written in QT

2013-08-28 Thread Kenneth Miller
I was thinking this, but needed confirmation. Thanks. From: Matt Newell To: pyqt@riverbankcomputing.com; Kenneth Miller Sent: Wednesday, August 28, 2013 4:54 PM Subject: Re: [PyQt] Using SWIG to wrap application written in QT On Wednesday, August 28, 2013

Re: [PyQt] Using SWIG to wrap application written in QT

2013-08-28 Thread Kenneth Miller
ping. :) From: Kenneth Miller To: "pyqt@riverbankcomputing.com" Sent: Monday, August 26, 2013 5:25 PM Subject: Using SWIG to wrap application written in QT So I have this application that I'm writing that uses the Qt libraries. I want

[PyQt] Using SWIG to wrap application written in QT

2013-08-26 Thread Kenneth Miller
So I have this application that I'm writing that uses the Qt libraries. I want to wrap the my application and all of it's objects so that I can call it from a scripting language quickly, be it python, or ocaml or whatever. Anyway, for the last bit I've been trying to get a module compiled that w

Re: [PyQt] Using SIP wrappers for extension modules in python IDEs

2013-07-30 Thread Kenneth Miller
ure that the answer is no, Emacs doesn't support loading external modules' interface file via the .api files... I just want to make sure... ________ From: Kenneth Miller To: "pyqt@riverbankcomputing.com" Sent: Monday, July 29, 2013 7:56 PM Sub

[PyQt] Using SIP wrappers for extension modules in python IDEs

2013-07-29 Thread Kenneth Miller
I thought that it would be good for me to alert the good folks at pyqt, but better that I should post my question somewhere so that if it gets revised or something I can make sure that all see the changes. Please see my SIP related question: http://stackoverflow.com/questions/17936075/how-to-ma