Hi to start the web app I do python webapp.py 8000
If I close the console and then try to start the app again, port 8000 is busy (and yet the app is not served there). My next move is: python webapp.py 8001 Presumably there is a better way to stop and start the app? regards M -- 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.
