[python-win32] How to install pywin32 for Text only/TTY, excluding all GUI components

Tim Roberts timr at probo.com
Sun May 24 02:28:10 EDT 2020


On May 23, 2020, at 4:27 AM, Markus Kramer <markuskramerigitt at gmail.com> wrote:
> 
> Hello,
> I would like to discuss and contribute to an alternative pip package without GUI: 
> - pip install pywin32       continues as is, e.g. includes Pythonwin.
> - pip install pywin32nogui  would contain no GUI components, e.g. MFC.dll.
> What are your thoughts?

What is the point?  Installing a package does not mean you are required to use all of it.  If you ship a package that doesn’t need the UI components, then your package will not include the components.
— 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20200523/47f7d25e/attachment.html>


More information about the python-win32 mailing list