On Mon, Apr 5, 2010 at 9:38 PM, Alan Elkner <[email protected]> wrote: > I'm encountering an error using the zope.html egg's fckeditor > sub-package. The problem manifests itself in Not Found errors > appearing in my view where the fckeditor control should. After poking > around with pdb, I found the line of code that failed: > > .../eggs/zope.browserresource-3.10.2-py2.5.egg/zope/browserresource/directory.py > (line 91) > > where it does a raise NotFound because it is unable to locate the > following directory: > > .../eggs/zope.html-1.2.0-py2.5.egg/zope/html/fckeditor/editor > > The reason it can't find that directory is that under the fckeditor > directory there only exists one entry, a directory named: > > 2.6.4.1 > > Under that directory, I find the fckeditor directory with a full > editor directory under it. The only reason I can guess for this is > that something failed to load the contents of > .../fckeditor/2.6.4.1/fckeditor into .../fckeditor. Could this be a > setup.py problem in schooltool itself, somehow not directing the > package to extract itself? > > Please advise as I have the customer at SLA urgently waiting for a > working instance, and this is the final thing that needs to be > resolved.
Have you tried moving the directory to where the server expects it to be? --Tom _______________________________________________ Mailing list: https://launchpad.net/~schooltool-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~schooltool-developers More help : https://help.launchpad.net/ListHelp

