writeson schrieb: > Hi all, > > I'm trying to build a web project with Turbogears 1.9.7 and I've got a > basic web site up and running with the CSS and HTML put together, but > when I try to do this: > > <script src="/tg_js/MochiKit.js" type="text/javascript" /> > > in my master.html file it can't find the MochiKit.js file. Is there > something I need to set up in order to get TG to replace the /tg_js > with the right path? > > I initially installed TG2 based on the instructions at this URL: > http://turbogears.org/2.0/docs/index.html#tutorials
I guess you need to put mochikit into the public/javascript-folder. Or use twMochiKit, however that seems to be pretty outdated. Diez --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

