I'm a new python fan and therefore also new to TurboGears, but I'm
having an interesting problem with MochiKit. If I view the website
I'm developing on the machine that's hosting the TurboGears site,
everything works perfectly, but if I try and access it from a
different computer, MochiKit fails to work. I've checked the
JavaScript Console and I get the following error: SyntaxError - Parse
error on Line 2963 for MochiKit.js
I get this error if I use TurboGears's built in MochiKit or if I
download a new copy and put it into the static folder of my project.
If I go directly to MochiKit.js in my browser, line 2963 is the last
one, and, when I compare it to the actual file, it's cut off some of
the line, not to mention that there are 4800 lines in the actual file.
The only thing I can think of is that there is some setting that
restricts the size of the data that can be given to a browser
connecting from a separate machine, but I can't find a that setting
anywhere.
Any thoughts?
My Environment:
Mac OS X 10.4.8
TurboGears 1.0
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---