The error is pretty self-explanatory. Another service (or another instance of the same one) is already using port 8000.
So, the solution is to: - find out which service is it (execute the command 'netstat -lnptu' in your terminal) - shut that service down. BTW, installing or uninstalling clamav won't have any effect on running services, nor will disconnecting from your home wi-fi. Regards On Monday, April 21, 2014 5:03:24 PM UTC+2, Dansant vzw wrote: > > I'am again trying (after several earlier and succesfull atempts) to learn > some web2py. In the past I just got the framework up and running without > any problem at all. > > Unless I tryed it recently again and got the following error, which seems > to be a classic: > > ERROR:Rocket.Errors.Port8000:Socket 127.0.0.1:8000 in use by other > process and it won't share. > WARNING:Rocket.Errors.Port8000:Listener started when not ready. > > I'am working on a Debian Linux machine (Wheezy) and have the Python IDLE > 2.6, 2.7 and 3.2 installed on my machine. > > I also recently did some experiments with wordpress running on my desktop, > but I uninstalled everything (incl. Apache). > > And it is still not running properly. The only thing I can think off is > the fact that I installed a virus protection clamav. But even when I > uninstalled that one, it didn't work. > > It is even not working when I'am trying to use it offline (shutting down > my home wifi for a while) > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.