Hi All, We are trying to figure out the ideal way to organize various python files in a ParaView bundle.
The files that we will need are: Python.frameWork/Version/2.3/bin/sip (executable) Python.frameWork/Versions/2.3/share/sip/PyQt/*.sip (text files) /Library/Python/2.3/site-packages/sip.so /Library/Python/2.3/site-packages/Qt*.so (PyQt libraries) /Library/Python/2.3/site-packages/*py (various PyQt and sip files). The contents of our Bundle looks like: Frameworks/ Libraries/ MacOS/ Plugins/ Python/ Resources/ Support/ 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? Thanks!
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
