https://bugs.freedesktop.org/show_bug.cgi?id=66025
--- Comment #42 from Tim Bentley <[email protected]> --- Many thanks for the updates and the hard work. Running the test on our code the errors are cleaner but we still seem to have a problem with uno.py. In the original OpenLP code we had an exception window which imported uno outside the class (when the file was read). This triggered of all the import checking. At the same time we had a bug (due to the python3 conversion in our HTTPServer class). Uno.py just reported that HttpServer was missing and not why. I recoded our exception form to only import uno when it was needed and the traces showed what the error was in HttpServer. This is now being fixed. Whist this has cleaned things up and we have learnt by our mistakes the loss of the original exception has not helped. If someone knows how to throw the original exception there would seem not much more we can do with this issue. A back port to 4.1 would be nice though. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
