So the title kind of says it all. We are working on a project that is starting to get a very large number of dependencies. So far we were using setuptools but more and more of these dependencies are either not easy installable (eg. wxPython) or are causing some problems on some machines with easy_install (eg. latest matplotlib or numpy).
So we are looking at another solution where we would create our own python distribution that would hold all our dependencies to make using our application as easy as possible to the users. (Something like Enthought or Python(x,y) but on a much lower scale). Now my question would be: how difficult would be to do somehthing like this, and if you would have any suggestion as to where to start/ some documentation on this domain/ some tools that might held with this.
Regards, Bogdan