Hi All,
<div><br></div><div>We are trying to figure out the ideal way to organize various python files in a ParaView bundle. </div><div><br></div><div>The files that we will need are:</div><div><br></div><div>Python.frameWork/Version/2.3/bin/sip (executable)</div>

<div>Python.frameWork/Versions/2.3/share/sip/PyQt/*.sip (text files)</div><div><br></div><div>/Library/Python/2.3/site-packages/sip.so</div><div>/Library/Python/2.3/site-packages/Qt*.so (PyQt libraries)</div><div>/Library/Python/2.3/site-packages/*py (various PyQt and sip files).</div>

<div><br></div><div>The contents of our Bundle looks like:</div><div><br></div><div>Frameworks/</div><div>Libraries/</div><div>MacOS/</div><div>Plugins/</div><div>Python/</div><div>Resources/</div><div>Support/</div><div>
<br></div><div>We are thinking that we should put everything under Python. We are wondering what you guys think, is this a consistent layout for standard Apple bundles?</div><div><br></div><div>Thanks!</div>