Re: [Pythonmac-SIG] py2app missing import statement

2010-02-10 Thread Christopher Barker
Barry Scott wrote: I made a mistake and got my PYTHONPATH wrong hence _bemacs cannot be found. I guess that in the face of an import that cannot be found py2app simply ignores it. What would be useful is to have a message saying the import cannot be found. I realise that this can lead to false

Re: [Pythonmac-SIG] py2app missing import statement

2010-02-10 Thread Barry Scott
On 9 Feb 2010, at 23:44, Barry Scott wrote: > 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 _