On 15 February 2017 at 09:57, Wolfgang Rohdewald <wolfgang....@rohdewald.de>
wrote:

> use strace to see which python scripts are imported - just grep for
> __pycache__ or .pyc
> ...
> This would mean that the application must be executed such that
> all possibly needed libraries are actually loaded.
>

I've had an idea for a long time to do dependency detection by running the
application and then looking at sys.modules to see what was loaded - I
think this is simpler and more cross-platform than using strace.

However, cx_Freeze isn't my project, and I haven't used it in a while (I
decided to build an alternative tool called Pynsist). I just offer the
occasional hint or explanation when I can. :-)

Thomas
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to