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 Matt Newell
On Wednesday, August 28, 2013 01:01:43 PM Kenneth Miller wrote: > 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

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 to wrap the my appli

[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