Am 29.06.2013 12:32, schrieb Michel Albert:
Next, I simply tried to run it from the command-line, and it gives me the following error:AttributeError: 'module' object has no attribute 'start' Grepping around, I found a "start_server" method and I get the same error. Strangely it all seems to be tucked away in "test" files. Is the documentation outdated? How do I get a reference to the WSGI application?
The documentation is not outdated. But the structure of your TG 0.8 application is probably outdated. For instance, the command module was called "commands" in earlier TG version, and later renamed to "command" to avoid a clash with the commands module of the standard lib. Maybe the content of that module also changed since TG 0.8. You should quickstart a TG 1.5.1 app and compare with the structure of your app.
-- Christoph -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears. For more options, visit https://groups.google.com/groups/opt_out.

