Could you please post your setup.py file? You have probably made a mistake in the entry_points section.
Cheers, James emery wrote: > Hello all, > > I am trying to customize the paster template for pylons applications > to eliminate the need for repetitive changes when creating new pylons > projects (e.g. replacing templates, some port# changes, etc). > > I have followed the tutorial here: > http://docs.pythonweb.org/display/pylonscookbook/Creating+Templates+For+The+paster+create+Command > (I used the default_project template directory from pylons without > customizations to begin with, and will start customizing this once I > get the template working). > > I was able to create and install my custom template (displays > correctly using paster create --list-templates). It also generates the > directory structure (paster create --template=mycustompylons > projectname) cleanly as far as I can tell. However, when I try to > serve the new 'custom' pylons application (paster serve --reload > development.ini) I get: LookupError: Entry point 'main' not found in > egg 'projectname'. > > I have posted the errors and applicable files here: > http://paste.lisp.org/display/43399#2 > . Any help would be appreciated. > > C. Emery. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
