The ini files aren't meant to be packaged in the egg. Any configuration that is meant for production should be put into your production configuration file template (config/deployment.ini_tmpl). Then you should generate a production.ini file to be used by paster or whatever as seen here, http://pylonshq.com/docs/en/0.9.7/deployment/#understanding-the-setup-process .
On Sun, Jul 12, 2009 at 2:45 PM, kumar<[email protected]> wrote: > > Hi All, > > I am building egg for the application I made and I was successful in > building the egg. When I installed the egg there was no > development.ini and > middleware.py,production.ini,setup.cfg,setup.py,startup.sh,test.ini,localscripts > files in the egg and I am able to see all other files like egg-info > and config,templates,controllers,init,py,lib,model,tests,public etc. > > Can any one please help me with what I have to do. > > Naveen. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
