You can, however the way this works is:

1 - Download the web2py windows executable version
2 - Put your Application in it
3 - Change routes.py to make your application the default one.

You are failing at the first step because urllib is not being able to get 
the ip address of web2py.com.

Can you test something for me, open a python interpreter. There type:

import socket
socket.getaddrinfo('web2py.com', 80)

Does this work?

To be clear, this is a DNS problem.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to