By default when pserve starts, it binds to 0.0.0.0 which means “every single 
IPv4 address on this host”. In Linux/Mac OS X/BSD you are able to also enter 
that into your browser and it will connect to the instance that has bound to 
0.0.0.0.

On Windows while it is able to bind to that interface, a web browser is NOT 
able to use that as an IP address to connect to. Switching from 0.0.0.0 to 
localhost or 127.0.0.1 will be perfectly acceptable to be able to get to your 
new Pyramid website. From there anywhere it says to go to http://0.0.0.0:6543/ 
you should be able to replace it with http://127.0.0.1:6543/. I hope this helps.

Thank you,
Bert

> On Jul 15, 2015, at 10:29, Davide Maccagno <[email protected]> wrote:
> 
> i have a question about pycharm and pyramid. i just installed python  and 
> pycharm and i have created a new project with pyramid framework. At start 
> i've typed  "setup.py develop" as suggest on the tutorial guide using the 
> pycharm gui. When i run the project the server starts at 0.0.0.0:6543 but 
> when i click on the page i got an error, the "welcome" page (i guess) is not 
> loaded. However if i type localhost:6543 i get into the welcome page where i 
> also navigate into the degub page. 
> 
> could anyone help me/suggest me?
> 
> best regards
> 
> 
> 
> -- 
> 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.

-- 
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.

Reply via email to