Re: urlparse import Faillure

2008-10-12 Thread Robert Hancock
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 the debugging?

Re: urlparse import Faillure

2008-10-10 Thread Wojtek Walczak
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 that the

urlparse import Faillure

2008-10-09 Thread Robert Hancock
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 stdin, line 1, in module File