Hi folks,
I want to change my default page from welcome page to my app page.

When I change the routes_in in routes.examples.py my default page
doesn't change. Appearing the welcome page.
If on the other hand I copy that file or make a new one "routes.py" it
gives me the feedback:

Traceback (most recent call last):
  File "web2py.py", line 17, in <module>
    import gluon.widget
  File "/Users/preimpressao/Desktop/web2py/gluon/widget.py", line 29,
in <module>
    from main import HttpServer, save_password
  File "/Users/preimpressao/Desktop/web2py/gluon/main.py", line 113,
in <module>
    rewrite.load()
  File "/Users/preimpressao/Desktop/web2py/gluon/rewrite.py", line 50,
in load
    for (k, v) in symbols['routes_in']:
ValueError: need more than 1 value to unpack

How do I change my default page?
Thanks
Carlos Aboim
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to