Include Python3 in the Windows installer
Yu Jin
technikmagma at gmail.com
Sat Mar 11 07:31:50 UTC 2023
Am Sa., 11. März 2023 um 07:09 Uhr schrieb Richard Kimberly Heck <
rikiheck at gmail.com>:
> On 3/10/23 17:04, Jean-Marc Lasgouttes wrote:
> > Le 10/03/2023 à 22:21, Yu Jin a écrit :
> >> all the win* imports from lyxpreview_tools.py fail, but those are in
> >> a try-except block
> >
> > What do we gain when they ar present? It might be important enough to
> > warrant having those modules.
>
> try:
> import pywintypes
> import win32con
> import win32event
> import win32file
> import win32pipe
> import win32process
> import win32security
> import winerror
> except:
> sys.stderr.write("Consider installing the PyWin extension
> modules " \
> "if you're irritated by windows appearing
> briefly.\n")
>
Just checked, those imports also fail in the Python2 package which I've
used so far.
--
Eugene
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20230311/b6562be0/attachment.html>
More information about the lyx-devel
mailing list