Re: [Pyobjc-dev] Py2app too complex?
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2010-08-01 12:50:50
|
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 |