Yeah I can't get the localhost:8080 page to show up. When I try to get localhost:8080 it shows me a page that says something like "It works!", which I think is the apache welcome page.
I was mostly following this tutorial. I do these commands(serve seems to work, but setup-app tells me that it doesn't think I did the setup.py line): virtualenv --no-site-packages tg2env cd tg2env Scripts\activate.bat #or equivalent linux commands paster quickstart movies python setup.py develop paster setup-app development.ini paster serve development -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To view this discussion on the web visit https://groups.google.com/d/msg/turbogears/-/1e7EBWSCKrcJ. 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/turbogears?hl=en.

