Nope, nobody is running on that port. Here is my test sequence: 1. Running the first version, 2. seeing it fail with the error on the first invocation from the browser or wget, not before (error each time a new invocation is sent), 3. shutting it down, 4. adding the if test in the python file, 5. restarting the server, 6. seeing it working with several invocations (browser and wget).
I can reproduce the problem as much as I want to. r. On Nov 30, 1:26 pm, Giovani Garcia <[email protected]> wrote: > 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.
