2011/7/22 Naveen Kumar <justmailnav...@gmail.com>:
> I'm trying to test this app http://webpy.org/docs/0.3/tutorial but when i
> try to follow the http://0.0.0.0:8080/ link i dont get anything working
> there.
> i have installed flup and i've checked my code (which is the same as shown
> in the tutorial ) but still i'm unable to move ahead because i dont know
> whether web.py is installed properly on my computer or not.
> I have checked by importing 'web' from idle and it is not reporting any
> error.
> any clue ???

try printing "web.__version__" from python prompt and see what you get.

$ python
>>> import web
>>> web.__version__
'0.36'

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to webpy@googlegroups.com.
To unsubscribe from this group, send email to 
webpy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to