eliben schrieb: > I looked at the source of the page, and found this line: > <script src="/tg_widgets/turbogears/js/MochiKit.js" type="text/ > javascript"></script> > > Which is probably inserted by TG automatically, because it's nowhere > to be found in my templates. However, as I look into the TG install > path in site-packages, I can't find this location. Rather, MochiKit.js > lives in "/static/js/MochiKit.js" under turbogears in the EGG file.
Yes, but this directory is mapped to the URL /tg_widgets/turbogears/, so it should be found. Maybe you registered it to your own static directory using register_static_directory() instead? -- 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 -~----------~----~----~----~------~----~------~--~---

