Folks,
py2app doesn't seem to do "the right thing" with nested packages.
However, it's not entirely clear what it should do...
example: the "pubsub" package is delivered with wxPython, so it is
commonly imported thusly:
from wx.lib.pubsub import Publisher
However, in wx.lib.pubsub, there is som
Folks,
as you've probably noticed:-) the amount of time I spend on the pythonmac-sig
mailing list has considerably diminished over the last couple of years. Not
that I'm not interested, but I simply don't have the time:-(
However, I was still one of the two list maintainers, together with Skip.
Another couple py2app questions:
I"ve discovered that my app is HUGE! -- I already expected that, but
this is a bit out of bounds. The reason:
The scipy and matplotlib packages bring in all of scipy, numpy, and
matplotlib uncompressed. This gets pretty darn big, particularly when
you're using one