Hi Martin,
This sounds like CatWalk isn't able to find MochiKit =(
Try downloading MochiKit's latest version (MochiKit-0.90) from http://
www.mochikit.com/download.html
unzip it, copy or move the directory MochiKit-0.90/lib/MochiKit to
the static folder in your TG application.
If you created your project with a current versions of TurboGears,
tg_admin quickstart should have generated a folder called 'static'
with subfolders for css, images and scripts.
Furthermore your configuration file (dev and prod.cfg) will include
an entry describing this static folder as being, well, static.
If you drop the MochiKit folder in <your projectname>/static/MochiKit
then things should be ok.
Reload your browser and check the console, cherrypy log the status of
the request to standard output.
If you see the request for /static/Mochikit/MochiKit.js returning a
200 and you still have the same problem let me know.
Cheers,
Ronald
On Oct 12, 2005, at 7:02 PM, [EMAIL PROTECTED] wrote:
I have tried with packed/unpacked versions of MochiKit, but it does
not
make any difference, I still get the same errors.
Martin