https://bugs.documentfoundation.org/show_bug.cgi?id=147057
Ming Hua <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |NOTABUG --- Comment #4 from Ming Hua <[email protected]> --- (In reply to peter.88213 from comment #2) > Please close the issue. I think you are right and the problem might have its > source in my eclipse setup. Developing LO macros with eclipse is quite > tricky because I haven't found a way to establish the UNO bindings yet. There are some information about using an IDE with LibreOffice's python on wiki [1], but nothing about Eclipse. Admittedly the documentation about this area is rather sparse. > Is there a reference list showing which Python version comes with which LO > release? Not that I know of. One can always look into the source code repository and deduce this information from git log, but that's not easy. And it isn't very useful anyway, because (1) it only shows the version of bundled python, which is usually the case for Windows, but many Linux distributions build LibreOffice with system's python and don't bundle it, therefore the python version will just be the distribution's choice for the whole system; and (2) the bundled python is just a subset of the official upstream python and many modules of the standard library are stripped, so it's a bit unreliable to predict which python feature is available just by looking at the bundled python version number. 1. https://wiki.documentfoundation.org/Macros/Python_Design_Guide -- You are receiving this mail because: You are the assignee for the bug.
