https://bugs.documentfoundation.org/show_bug.cgi?id=168215
--- Comment #9 from [email protected] --- > Xisco FaulĂ 2025-09-18 08:52:19 UTC > Some packages not shipped deliberately: I could comment: >dbm, sqlite3 - need some database stuff - sqlite3 doesn't need any DB stuff >curses - need curses to build the C module - Yes, but curses is a text UI library, seems to be not much usable in LO macros. >idlelib, tkinter, turtledemo - need Tk to build the C module - Yes, but Tk itself is very old UI lib. If some fancy UI is really needed in a LO macro, there is much better Qt for Python alternative (available as a pyside2 module). >venv - why would we need virtual environments - For macro developments, of course. See the concluding lines of this my comment: https://bugs.documentfoundation.org/show_bug.cgi?id=168215# -- You are receiving this mail because: You are the assignee for the bug.
