> <pre> > 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 > </pre>
In debug mode, the main module is reloaded as regular module. Because of the app.run was getting executed twice. -- 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.
