On 4/23/2007 4:52 PM, mathieu wrote:

>   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.

Personally, I don't think there is a generic way to do this. I think 
people mostly keep track of that manually.
-- 
Giovanni Bajo


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to