I don't have a current CVS head (and don't have disk space to grab one
right now), otherwise I'd put this in myself. I've browsed the CVS head,
though, and the bug remains:

        compileall.compile_dir(".", 10, '', 1)

should be:

        compileall.compile_dir(os.path.abspath("."), 10, '', 1)

Otherwise, python generates .pyc files with relative paths to the source
files, and then WebKit can't find them when it prints a stack trace. You
end up with lines that have things like "./MiddleKit/Run/SQLObjectStore
line 142, lookupAttr", but without the extracted source.



-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to