I found out the problem. In my first attempts at making autocomplete, I was also trying to add in some JS and JQuery in the master.html template and didn't realize you had to make your own widget to run JS. Turns out these <script>...</script> parts were screwing it up. Thanks for all the help, sorry for the stupid noob questions!
On Feb 8, 2:36 am, Christoph Zwerschke <[email protected]> wrote: > Am 08.02.2011 07:11 schrieb Nate: > > > The page displays and everything but the autocomplete is not working. > > Is there some other thing I need to easy_install or something or is > > there an error in the tutorial? > > HTH has already given a few tips. It's important that you learn how to > debug TG apps and find out why things don't work on your own, since you > will get into such situations very often when creating complex apps. > > You can use pdb as suggested, or use an IDE like Eclipse+PyDev which > have very sophisticated debugging capabilities. In this case it may be > even more helpful to debug on the client side using Firebug or the > developer tools in Chrome (as simple as pressing Ctrl-Shift-J) to check > whether the Autcomplete even generates requests and if yes, what the > response is. > > If you find there are errors or emission of "obvious" things in the > tutorial, please add a ticket or a disqus comment so these can be fixed. > > -- Christoph -- 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.

