Hi,<div><br></div><div>I am working on developing SWIG-Python wrappings for OSSIM, a tool for satellite image processing. I wanted some help regarding the same since GDAL uses Swig for the same. I am facing a problem regarding the packaging. </div>

<div><br></div><div>As of now I have developed SWIG-Wrapper interface files (.i Files) for 130 different classes, and am ale to access them independently from a Python console also; but I am not able to combine them into a single module so as to be able to access them all together from a single import command, i.e. suppose there are classes a.cpp/a.h and b.cpp/b.h, then I have created their swig wrappers a.i and b.i, but in order to access them from a Python console, I have to compile them separately, generate the .so file and when I do an &#39;import module&#39; in Python, I can access only one class&#39;s functionality at a time (the one which I compiled). In order to access the other class&#39;s functionality, I have to compile that class, generate the .so file, and then I am able to import it. </div>

<div><br></div><div>And what I want is that by doing a single compilation, .so generation and import command, I should be able to access all the wrapped functions from Python rather than the piece wise way which is happening currently. </div>

<div><br></div><div>Any ideas on the issue? Help will be greatly appreciated. </div><div><br></div><div>Thanks and Regards,</div><div>Vipul Raheja</div>