[PyKDE] How to expose a typedef

2004-10-19 Thread Igor Cananea
I have the following files: a.h #inlude #include "aa.h" using namespace std; namespace a { typedef list AAList; }; --- aa.h --- namespace a {

[PyKDE] SIP - %Import vs %Include?

2004-10-19 Thread Igor Cananea
What is the diference between %Import and %Include? When should I use either? Thanks in advance! -- Igor Chaves Cananéa Emails: [EMAIL PROTECTED] [EMAIL PROTECTED] "In a world without FENCES and WALLS, who needs GATES and WINDOWS?" _

[PyKDE] Newbie questions about SIP

2004-09-13 Thread igor cananea
Hi, there! I´m starting a project at my job and I intend to integrate python with C++ to get the job done. I´ve used SWIG to integrate my python/C code but I want to use SIP because of the integration with QT. I have two questions for now: 1) The simple example in the documentation at http://www