On Sun, Oct 4, 2009 at 8:30 PM, kumar <[email protected]> wrote: > > Thank you very much for your response we tried with some other name > but still we are getting this issue please help.
Oh, it's asking the App Engine question. This is another indication that your Pylons is slightly old. I have no idea how a tuple got substituted for a path string, but it suggests your copy of Pylons or Paste might be corrupted. If you're comfortable with the Python debugger you can run "python -m pdb `which paster` create --template=pylons nav" and see what the value of 'b' is. That might give us a clue what's wrong. But it's probably easier to install a fresh copy of Pylons 0.9.7 in another virtualenv and see if the problem goes away. -- Mike Orr <[email protected]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
