Hi Davide, > when i try to start my project on 0.0.0.0:6543 doesnt work, but if i > type localhost:6543 i get into the pyramid start page and i also can > check the debug.
"0.0.0.0" is not a valid address for a host. It is used in the INI file to mean "listen on any IP address", but you can't use it to connect to your Pyramid instance. That's normal :) Laurent. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
