On Thu, Jan 8, 2009 at 1:30 PM, Bryan <[email protected]> wrote: > > When I run "paster controller <controller name>", i get an error: > "Command controller not known" > I have a .egg-info directory, and a paster_plugins.txt file in it with > Pylons, WebHelpers, PasteScript inside on separate lines. > I own all the files and directories, and am running the paster command > inside of the distribution folder. > > Why can't paster find my paster_plugins.txt settings? >
paster controller is a package command, which means it won't work unless you are inside a "pylons project", I don't remember right now what exactly determines that but it's a functionality of PasteScript --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
