Hi, Now that I’m writing announcements anyway… I’ve also uploaded a new release of py2app. This release uses a new version of modulegraph that records more information about the links in the graph. This makes it possible to provide more interesting information on modules that py2app couldn’t find while building the app bundle: py2app now shows if a missing module was imported conditionally or not, and if it was imported as “from Y import mod” or “import mod” (the latter is more likely to be a real problem).
This required some restructuring of the modulegraph code base, while the modulegraph unit tests are still not good enough. I think I’ve found and fixed all problems introduced by the refactoring, but I’m not 100% about that. There will be further refactoring, and test updates, in upcoming releases of both modulegraph and py2app. Ronald _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org https://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG