You need a MANIFEST.in file, or the other option is to install setuptools-git (assuming your files are under git) and package your application using "python setup.py sdist".
Michael On Sun, Apr 24, 2011 at 9:21 PM, Chung, Ha Nyung <[email protected]>wrote: > I was trying to make my application load configuration from zcml file, > and in development environment - when I'm running with paster serve command > - everything worked well. > But when I tried to run it in production environment integrated with apache > using wsgi, it couldn't find configure.zcml file, and I found that file was > not installed(or copied) properly even though I've ran 'python setup.py > install' command. > How can I make that setup.py script to install .zcml file properly? > > -- > Chung, Ha Nyung > <minorblend (at) gmail (dot) com> > > -- > 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. > -- 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.
