I've just started looking at py2app and I hit a problem with it failing to find an import.
With a trivial program like: ---- a.py ---- import _bemacs --------------- py2app does not include _bemacs. _bemacs is an extension in _bemacs.so. Python can import this and it all works fine. The xref output show that a.py does not import any thing. I can find no message in the output abnout _bemacs. Why is py2app unable to notice this import? Barry _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG