At 11:15 AM 7/13/2005 -0400, Kevin Dangoor wrote:
Either something has changed (for the better!) or I'm losing my mind...
When I first started playing with the eggs (setuptools 0.5a5, I think), py2app pretty much ignored what was in there. This morning, I removed the egg expansion stuff from my setup script and voila! With setuptools 0.5a12, py2app spots the modules in the eggs and handles them just like any other!
You might clean up any build directories involved, just in case there's residue from when you had the expansion code, because you might be getting a false positive success right now. Just a thought.