Hehe, I think you just got hit by the fact that there is just no console output in the last Werkzeug versions for the "runserver" command because of a bug. Try using the development version of werkzeug and you'll get some output (it's just easy to install: ` easy_install http://dev.pocoo.org/hg/werkzeug-main/archive/c0bc037e2079.tar.gz `). Or just open the browser and go to `localhost:5000` and look how cool shorty works.
I hope this is your problem, if not it would be cool to get some more informations. Regards, Christopher. On Feb 4, 5:40 am, MilesTogoe <[email protected]> wrote: > My code base (based on shorty tutorial) works with 3.1 and on Ubuntu, > but I installed werkzeug 4.1 on my latest Fedora 10 laptop and when I > run "python manage.py runserver" - it just hangs - broken only by > cntrl-C. Is this a problem with 4.1 or am I maybe missing something on > Fedora? I've got both SQLAlchemy and Jinja installed. I installed > Werkzeug trying both easy_install and by running setup on the tar file - > same result. Any ideas ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
