Hi. I have a developed a pylons application using sqlachemy, firebird (w/ kinterbasDB), and various library components shared across the rest of my development tree. I am finally ready to package and deploy the application, but am encountering some difficulty. My closest experience to setuptools in the past has been with py2exe. When I run py2exe it walk the chain import and bundles in required modules (found in CWD or on the path). I understand with "setup.py bdist_egg" that I can declare egg dependencies and I have no problem getting the end user to easy_install these as necessary, but... and here is the question....
Is there any directive I can give to setuptools such that it will walk the import chain in a similar way to py2exe? I don't wan't it to include my required eggs, but at the very least it should be able to go to my lib folder and bundle in the required non-egg modules. Short of that is there any way I can get it to simply tell me which modules need to be available? Any help is greatly appreciated. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
