Re: [Tutor] Making a simple web server in Python

2011-05-30 Thread Alexandre Conrad
2011/5/30 Michael bridges : >  File > "C:\Users\MySelf\Program\game_stuff\Python_Server_code_and_test\pythonweb\webserver.py", > line 56, in main >    server = HTTPServer(('', 80), MyHandler) >  File "C:\Python31\lib\socketserver.py", line 400, in __init__ >    self.server_bind() >  File "C:\Pyth

[Tutor] Making a simple web server in Python

2011-05-30 Thread Michael bridges
when running code from http://fragments.turtlemeat.com/pythonwebserver.php: [putting http://localhost:81/index.html in broswer] this error happens: >>> Traceback (most recent call last): File "C:\Users\MySelf\Program\game_stuff\Python_Server_code_and_test\pythonweb\webserver.py", line 65, in