Now I'm having new troubles. I keep getting this error:

ValueError: bad marshal data

I have no idea what this means. I am trying to follow the tutorial. As
I understand it, I am supposed to add this line to routing.py.

 map.connect('', controller='hello', action='index')

I am not sure exactly where I am supposed to add that line, or if I am
supposed to replace another line. This is what I have.

# CUSTOM ROUTES HERE

map.connect('', controller='hello', action='index')
map.connect(':controller/:action/:id')
map.connect('*url', controller='template', action='view')

But when I try: paster controller hello I get that "ValueError: bad
marshal data" and I do not get a hello controller created.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to