Re: brand new to python

2005-03-13 Thread Dmitry A.Lyakhovets
Hello! You should at least close the 'try' block, which you started at line 68 (if i'm not mistaken): def _whois(domainname, whoisserver): s = None ## try until we are connected while s == None: try: There is no corresponding 'except' till DomainRecord class definition.

Re: Python CGI discussion Group

2005-03-15 Thread Dmitry A.Lyakhovets
On 15 Mar 2005 07:05:59 -0800 "Fuzzyman" <[EMAIL PROTECTED]> wrote: > There is a `web design` group over on google-groups. > http://groups-beta.google.com/group/wd > > It's brief is for ``Discussion of web design (html, php, flash, > wysiwig, cgi, perl, python, css, design concepts, etc.).``, but