https://bugs.freedesktop.org/show_bug.cgi?id=58503

--- Comment #15 from Stephan Bergmann <[email protected]> ---
(In reply to comment #14)
> (In reply to comment #13)
> $ /opt/lodev4.0/program/soffice
> pythonloader.Loader ctor
> pythonloader.Loader.writeRegistryInfo
> pythonloader: interpreting url
> vnd.sun.star.expand:$BUNDLED_EXTENSIONS/dict-en/Lightproof.py
> pythonloader: after expansion
> file:///opt/lodev4.0/program/../share/extensions/dict-en/Lightproof.py

If that is all of the output, then that is very odd.  As protocol is "file", it
would need to go into the corresponding if branch in getModuleFromUrl, where
mod would need to be null (as this is the first call to getModuleFromUrl, and
only this function adds to g_loadedComponents), so it would need to call
checkForPythonPathBesideComponent, which would always print something if DEBUG
== 1.  Can you add some more print debug statements in your copy of
pythonloader.py to help track down the flow of control that happens for you?

-- 
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

Reply via email to