On 07/10/2010 02:20 PM, James Thiele wrote:
What I have in mind is dead simple - it would only import one or two
modules.
If you could tell py2app explicitly what you need I'm down with that.
Sorry to be asking this on the mailing list but bringing new software
into my life can be a hassle. I don't want to get into an open-ended
exercise in futility. I've spent too much of my life on this kind of thing.
That sounds pretty basic in terms of py2app difficulty. You can manually
specify modules with py2app's "includes" or "packages" options. But I'd
recommend first trying the automatic dependency graph detection to see
whether it actually works for your case. Things typically only get
tricky when you start depending on things like C extensions,
ctypes-based code, etc.
Dan