Re: No module named server

2010-05-07 Thread Thomas Lehmann
On 7 Mai, 10:02, Thomas Lehmann wrote: > > Python 3.1.1 (r311:74483, Aug 17 2009, 17:02:12) [MSC v.1500 32 bit > > Also after installing Python 3.1.2 the problem is still there. I know the problem. Reading a book about a simple cgi web server the descriptions says to use httpd.py as name for the

Re: No module named server

2010-05-07 Thread Andi Albrecht
1, in > from http.server import HTTPServer, CGIHTTPRequestHandler > File "F:\Checkouts\projects\python\http.py", line 1, in > from http.server import HTTPServer, CGIHTTPRequestHandler > ImportError: No module named server You should rename http.py since it collide

Re: No module named server

2010-05-07 Thread Thomas Lehmann
> Python 3.1.1 (r311:74483, Aug 17 2009, 17:02:12) [MSC v.1500 32 bit Also after installing Python 3.1.2 the problem is still there. -- http://mail.python.org/mailman/listinfo/python-list

No module named server

2010-05-07 Thread Thomas Lehmann
File "F:\Checkouts\projects\python\http.py", line 1, in from http.server import HTTPServer, CGIHTTPRequestHandler ImportError: No module named server -- http://mail.python.org/mailman/listinfo/python-list