Re: [PyKDE] Heirarchy of header files !!

2003-08-15 Thread Paul F. Kunz
> On Thu, 14 Aug 2003 21:40:55 -0700, Jim Bublitz <[EMAIL PROTECTED]> said: I feel a lot calmer now, that my SIP problems have been resolved. > If run time errors were rare, none of us would bother testing > code. Especially in C++. I didn't mean to imply that my C++ code runs correctl

Re: Wrapper packages (was Re: [PyKDE] Heirarchy of header files !!)

2003-08-15 Thread Paul F. Kunz
> On Fri, 15 Aug 2003 07:47:17 -0700, Dave Kuhlman <[EMAIL PROTECTED]> said: > Here is a link to a comparison document that may be of help: > http://dales.rmplc.co.uk/Duncan/accu/integratingpython.html Was that comparison written before or after SWIG support for C++ greatly improved?

Re: Wrapper packages (was Re: [PyKDE] Heirarchy of header files !!)

2003-08-15 Thread Paul F. Kunz
> On Fri, 15 Aug 2003 10:31:56 -0400 (EDT), Charles Mason Iv <[EMAIL PROTECTED]> > said: > One person stated that you should > only use SIP if you plan on interfacing with Qt. If you are using PyQt to build your Qt application with Python, then Python extension modules built with Boost.P

Re: Wrapper packages (was Re: [PyKDE] Heirarchy of header files !!)

2003-08-15 Thread Jonathan Gardner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 15 August 2003 07:31, Charles Mason Iv wrote: > I'm interested in starting a project of my own which involves a > software package that for which I intend to provide wrapping calls to > Python. I've read numerous postings regarding who uses

Re: Wrapper packages (was Re: [PyKDE] Heirarchy of header files !!)

2003-08-15 Thread Dave Kuhlman
On Fri, Aug 15, 2003 at 10:31:56AM -0400, Charles Mason Iv wrote: > > I'm interested in starting a project of my own which involves a software > package that for which I intend to provide wrapping calls to Python. I've > read numerous postings regarding who uses SWIG, Boost, or SIP, yet I > havn'

Wrapper packages (was Re: [PyKDE] Heirarchy of header files !!)

2003-08-15 Thread Charles Mason Iv
I'm interested in starting a project of my own which involves a software package that for which I intend to provide wrapping calls to Python. I've read numerous postings regarding who uses SWIG, Boost, or SIP, yet I havn't heard any concrete evidence why any of these are better than the other. O

Re: [PyKDE] Heirarchy of header files !!

2003-08-15 Thread satish k.chimakurthi
Hello all, I am pleasantly surprised to see the tremendous amount of response that I received for the problem. As a matter of fact, I have been trying to use SWIG, Boost.Python, but then, there was no proper example like I have PyQT in the case of SIP...somehow, I AM MORE DETERMINED TO USE ONLY

Re: [PyKDE] Heirarchy of header files !!

2003-08-15 Thread Phil Thompson
On Friday 15 August 2003 2:10 am, satish k.chimakurthi wrote: > Hi Phil, > > Thanks for your response. > > I have a huge software library written in C++...I have nearly 50 > headerfiles in itI wrote a small code for my application using some > classes which are defined in some of the header fil

Re: [PyKDE] Heirarchy of header files !!

2003-08-14 Thread Jim Bublitz
On Thursday August 14 2003 18:27, Paul F. Kunz wrote: >Unless you need to interface to PyQt, I would recommend > that you do NOT use SIP. SIP is completely undocumented and > does some pretty wierd things. I'm probably biased just after > spending three full days trying to get something to wo

Re: [PyKDE] Heirarchy of header files !!

2003-08-14 Thread Jonathan Gardner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 14 August 2003 18:27, Paul F. Kunz wrote: > > On Thu, 14 Aug 2003 21:10:51 -0400, "satish k.chimakurthi" > > <[EMAIL PROTECTED]> said: > > > > Hi Phil, Thanks for your response. > > > > I have a huge software library written in C++.

Re: [PyKDE] Heirarchy of header files !!

2003-08-14 Thread Paul F. Kunz
> On Thu, 14 Aug 2003 21:10:51 -0400, "satish k.chimakurthi" <[EMAIL PROTECTED]> > said: > Hi Phil, Thanks for your response. > I have a huge software library written in C++...I have nearly 50 > headerfiles in itI wrote a small code for my application using > some classes which are d

[PyKDE] Heirarchy of header files !!

2003-08-14 Thread satish k.chimakurthi
Hi Phil, Thanks for your response. I have a huge software library written in C++...I have nearly 50 headerfiles in itI wrote a small code for my application using some classes which are defined in some of the header files If I need to generate a PYTHON WRAPPER of the SOFTWARE LIBRARY onl