Hi everyone, First post to the list.
I have a problem that I'm not sure if anyone else has encountered. I'm trying to make an application that is in many respects a 'skin' over a specific data object (an igraph network object). The iGraph package in python is great for analysis, but it is really a set of c++ objects that have python bindings. So, it completely fails in py2app. Does anyone know a way for me to get the py2app code to naively just include the iGraph package and talk to it such that I don't need to know how it is implemented? To re-implement the features of this package in native python is both a herculean task and one that is bound to be poorly optimized. In addition to ease-of-distribution from py2app, I also want to use a custom icon. wxPython doesn't seem to support .icns the way that py2app does. Any thoughts and any help is greatly appreciated. Take care, BERNiE Bernie Hogan Research Fellow, Oxford Internet Institute University of Oxford _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig