On 2009-07-08, Fred Atkinson <fatkinson at mishmash.com> wrote: > Is there a Python function I can use to get the user's IP > address so I can display it on his browser? If you are using CGI you can get it from the REMOTE_ADDR environmental variable.