Rob Cakebread <[EMAIL PROTECTED]> writes:

> Hi,
>
> I need to find external dependencies for modules (not Python standard
> library imports).
>
> Currently I use pylint and manually scan the output, which is very
> nice, or use pylint's --ext-import-graph option to create a .dot file
> and extract the info from it, but either way can take a very long
> time.
>
> I'm aware of Python's modulefinder.py, but it doesn't find external
> dependencies (or at least I don't know how to make it do them).

Try looking at py2exe and pyinstaller.  They may have useful ideas.


John
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to