Hello, PyInstaller is a fantastic tools to find dependency for Python modules. What I would like to do next is a way to list all 'data' dependency of my software. What are people doing to automagically detect those dep ? something like 'grep -r os.path.join', is there a better way ? A static list of dependencies can work some time but is not flexible, and is doomed to fail the next time a new data dependency is added.
Thanks for comment, Mathieu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
