you need to edit the setup.py file to include your templates.  Change the
package_data line to look like package_data={'dmetrix':
['i18n/*/LC_MESSAGES/*.mo', 'templates/*.*']} this will include all your
template files.
Jose

On 2/23/07, martineg <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
> for running an application in production mode, I am currently just
> running it in a copy of the full source tree (behind lighttpd/
> fastcgi).
>
> However, I would like to build an egg-file of it and deploy the
> application on another host. However, by just running
> 'python setup.py bdist_egg', I get my egg file for installation, but
> templates are not included.
>
> Any hints on how to do this? Or is there a better way to do deploy
> applications with templates included?
>
> Martin
>
>
> >
>

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

Reply via email to