Re: [Pythonmac-SIG] py2app and module finding

2011-02-22 Thread Ronald Oussoren
On 19 Feb, 2011, at 12:22, Prashant Saxena wrote: > Hi, > > It's related to my previous post regarding .app bundle size produce by > py2app. > When I looked inside the .app bundle, > It gives me some confusion: > > 1. I have a custom package name "core". There is directory structure inside >

[Pythonmac-SIG] py2app and module finding

2011-02-19 Thread Prashant Saxena
Hi, It's related to my previous post regarding .app bundle size produce by py2app. When I looked inside the .app bundle, It gives me some confusion: 1. I have a custom package name "core". There is directory structure inside filled with scripts. Some of the scripts are compiled using cython. Th