The super short version is that the tutorials need to be updated. Fortunately, with a project I've just figured out tonight, I have figured out what to do with the tutorials and the docs to update them and make them correct and useful. Unfortunately, it's going to take some time to completely fix everything. Once we've got 2.0.4 and 2.1.1 out the door, I'm going to get started on that, though.
In the meantime, the best choice is to ask questions here. Now, to try to answer what you've asked: On Sat, May 21, 2011 at 1:58 PM, Blatwurst <[email protected]> wrote: > First of all, "python setup.py" isn't right...it says I need to supply > a command. I believe it should be "python setup.py develop". Right? > Correct: It should be "python setup.py develop" > Second, "paster setup-app development.ini" fails with the error (full > version at end of this message): > <snip> > Huh? I'm lost now. > The code that initializes the database has changed. In 2.0, there was a single file responsible for all database bootstrapping. In 2.1, this change to have one file responsible for loading base data, and another file responsible for handling schema creation. As such, this portion of the movie demo is unlikely to work for now. -- Michael J. Pedersen My IM IDs: Jabber/[email protected], AIM/pedermj022171 Yahoo/pedermj2002, MSN/[email protected] My LinkedIn Profile: http://www.linkedin.com/in/michaeljpedersen Twitter: pedersentg -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

