hi, i've installed werkzeug and try to run the examples manage- coolmagic.py, manage-couchy.py and so on that come with the mercurial archive. werkzeug can be imported but no matter what i do, saying `python manage-coolmagic.py runserver` always results in the help screen being shown:
$ usage: manage-coolmagic.py <action> [<options>] $ manage-coolmagic.py --help $ $ actions: $ runserver: $ Start a new development server. $ $ -h, --hostname string localhost $ -p, --port integer 5000 $ --no-reloader $ --debugger $ --no-evalex $ --threaded $ --processes integer 1 $ $ shell: $ Start a new interactive python session. $ $ --no-ipython am i missing something here? the server seems to be unable to start but doesn't give any reasons. using another port also dosn't make a difference. any ideas? ~flow --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pocoo-libs" 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/pocoo-libs?hl=en -~----------~----~----~----~------~----~------~--~---
