Hi ! > File "/Library/Frameworks/Python.framework/Versions/2.6/lib/ > python2.6/site-packages/web.py-0.33-py2.6.egg/web/wsgiserver/ > __init__.py", line 1596, in start > raise socket.error, msg > error: [Errno 48] Address already in use
Looks like there is someone already listening on the port webpy is trying to use. I guess you ran the script once and everything was fine, but when you ran it for the second time it crashed ? Just make sure the server is down before you try running it again =) Best regards, -- Giovani -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
