[Pythonmac-SIG] I published a couple of improvements to py2app

Ronald Oussoren ronaldoussoren at mac.com
Sun Aug 22 17:14:51 CEST 2010


On 20 Aug, 2010, at 12:44, Virgil Dupras wrote:
> 
> I reproduced the problem and created a package reproducing it. I
> thought it would be hard, but it's really easy: I have a main script
> and a package 'pkg' containing submodules 'a' and 'b'. 'b' does
> nothing, 'a' import 'b' with 'from . import b'. the mainscript does
> 'from pkg import a'. Modulefinder finds both 'a' and 'b'. Modulegraph
> only finds 'a'. I included a 'run.py' script in the package that runs
> them both and print the report:

I've committed a fix for this to the mercurial repo, including a testcase based on your example.

Thanks for finding a simple way to reproduce the problem,

Ronald
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3567 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20100822/f9d4f701/attachment.bin>


More information about the Pythonmac-SIG mailing list