[python-win32] py2exe and module dependencies

David Fraser davidf at sjsoft.com
Fri Oct 22 15:10:41 CEST 2004


Thomas Heller wrote:

>By accident, I've just hacked in py2exe a little more, and it can now
>create a HTML page explaining module dependencies. Inspired by Toby
>Dickenson's code http://www.tarind.com/depgraph.html.
>The results are quite nice, imo, and hopefully I can release 0.5.4 even
>this night.
>  
>
Hi Thomas

Not meaning to be rude, but I must say that the code does have problems 
with complex modules (won't work with my code :-)).
But then again, py2exe does too... are you using his module dependency 
finders or the standard py2exe system?
Anyway module dependency description would be quite helpful for 
resolving unneeded dependencies in py2exe

Cheers
David


More information about the Python-win32 mailing list