[Pythonmac-SIG] [Pyobjc-dev] Py2app too complex?

Ronald Oussoren ronaldoussoren at mac.com
Sun Aug 1 14:50:39 CEST 2010


On 1 Aug, 2010, at 13:59, Ronald Oussoren wrote:
>> 
>> I'm not sure I agree that no dependency finding would be a good thing.
>> Importing a stdlib modules often imports tons of other ones you don't
>> know about and manually figuring these dependencies out can be really
>> tedious. However, I think that using modulegraph instead of the
>> built-in modulefinder is a mistake. For one thing, modulegraph doesn't
>> support relative imports, yet.
> 
> Adding is possible, and will be done. I'm working on that right now to be honest, and that code should be done by the end of the day (including unittests).

The version of modulegraph in the repository now supports absolute and relative imports (with unittests)

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/20100801/5657663f/attachment.bin>


More information about the Pythonmac-SIG mailing list