https://bugs.freedesktop.org/show_bug.cgi?id=66025
--- Comment #16 from [email protected] --- @ David Bolen: I applied your changes to uno.py. *** uno.py.orig 2013-06-18 18:53:44.000000000 -0400 --- uno.py 2013-06-27 16:32:03.000000000 -0400 *************** *** 269,273 **** --- 269,278 ---- if not fromlist: raise + print("--- Python import error --") + import traceback + traceback.print_exc() + print("--- Python import error --") + modnames = name.split( "." ) mod = None d = sys.modules The output: http://pastebin.com/T6mEB519 And for completeness our debug log: http://pastebin.com/9zYJp6cR Currently I have the second changed applied to be able to continue our python 2/3 migration. -- 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
