Thanks Massimo.
On Thursday, 16 July 2015 00:49:32 UTC+1, Massimo Di Pierro wrote: > > This is not valid syntax: > > /web2py.py --ip 10.2.1.15:8000 #WRONG > > supposed to be > > /web2py.py --ip 10.2.1.15 --port 8000 <http://10.2.1.15:8000/> > > > > > On Wednesday, 15 July 2015 18:36:58 UTC-5, Gary Cowell wrote: >> >> I'm trying to get the web2py.py to listen on all interfaces in >> development. >> >> I'm sure I've done this before. I know I have. But I can't make this work >> at all now. I get this: >> >> $ ./web2py.py --ip 10.2.1.15:8000 >> web2py Web Framework >> Created by Massimo Di Pierro, Copyright 2007-2015 >> Version 2.11.2-stable+timestamp.2015.05.30.16.33.24 >> Database drivers available: sqlite3, imaplib, cx_Oracle, pymysql, pg8000 >> WARNING:web2py:GUI not available because Tk library is not installed >> choose a password: >> >> please visit: >> http://[10.2.1.15:8000]:8000/ >> use "kill -SIGTERM 6380" to shutdown the web2py server >> >> >> ERROR:Rocket.Errors.Port8000:Socket 10.2.1.15:8000:8000 in use by other >> process and it won't share. >> WARNING:Rocket.Errors.Port8000:Listener started when not ready. >> >> The "please visit" line looks odd, and the Rocket.Erros.Port line too. >> Why is the port there twice? >> >> The only way I can get it to start, is by omitting the --ip option all >> together so it starts on 127.0.0.1:8000 , I can't even specify --ip >> 127.0.0.1:8000 because I get the same style of error. >> >> I'm prepared to kick myself when I find out what silly thing I'm doing >> wrong :/ >> >> Thanks >> > -- 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.