You want: paster create -t <scaffoldname> <projectname>
You'll want to read http://docs.pylonsproject.org/projects/pyramid/1.1/narr/project.html - C On Sun, 2011-07-17 at 07:17 -0700, Bach wrote: > Hi guys, > > I am new to Pyramid, used pylons before. > > I read the docs, > upload the dist tar to the sever and installed my app. > > I can't figure out how to create the config file to serve the app. > > I tried > paster make-config production.ini > > But I'm getting: > > Distribution already installed: > myApp 0.1 from /home/myApp/env/lib/python2.7/site-packages > > Traceback (most recent call last): > ... > File "/home/tonightApp/env/lib/python2.7/site-packages/ > setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 2220, in > load_entry_point > ImportError: Entry point ('paste.app_install', 'main') not found > > > should I upload the config file as well and serve the app, or is there > a better way to do that? > > thanks > -- 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.
