On Oct 10, 1:48 pm, Wojtek Walczak <[EMAIL PROTECTED]> wrote:
> On Thu, 9 Oct 2008 22:47:58 -0700 (PDT), Robert Hancock wrote:
> import CGIHTTPServer
> ...
> > ImportError: cannot import name urlparse
>
> ...
> > It points to the third line of the comment. Any ideas on how to
> > proceed with
On Thu, 9 Oct 2008 22:47:58 -0700 (PDT), Robert Hancock wrote:
import CGIHTTPServer
...
> ImportError: cannot import name urlparse
...
> It points to the third line of the comment. Any ideas on how to
> proceed with the debugging?
Have you tried getting rid of this comment? I doubt tha
Python 2.5.2 (r252:60911, Aug 28 2008, 23:51:17)
[GCC 4.3.0 20080428 (Red Hat 4.3.0-8)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import CGIHTTPServer
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.5/CGIHTTPServer.