[python-win32] python-win32 Digest, Vol 205, Issue 8

Markus Kramer markuskramerigitt at gmail.com
Wed May 27 12:08:39 EDT 2020


At the times predating pypi and wheels, how did you compile the swig
interfaces? distutils, swig, or a third method?

On Tue, May 26, 2020 at 6:01 PM <python-win32-request at python.org> wrote:

> Send python-win32 mailing list submissions to
>         python-win32 at python.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://mail.python.org/mailman/listinfo/python-win32
> or, via email, send a message with subject or body 'help' to
>         python-win32-request at python.org
>
> You can reach the person managing the list at
>         python-win32-owner at python.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of python-win32 digest..."
> Today's Topics:
>
>    1. Re: Separate smaller wheels? (Dennis Lee Bieber)
>    2. Re: How to install pywin32 for Text only/TTY, excluding all
>       GUI components (Vernon D. Cole)
>
>
>
> ---------- Forwarded message ----------
> From: Dennis Lee Bieber <wlfraed at ix.netcom.com>
> To: python-win32 at python.org
> Cc:
> Bcc:
> Date: Mon, 25 May 2020 13:12:51 -0400
> Subject: Re: [python-win32] Separate smaller wheels?
> On Sun, 24 May 2020 19:51:13 +0200, Markus Kramer
> <markuskramerigitt at gmail.com> declaimed the following:
>
> >I believe pypiwin32 (the predecessor to pywin32?) offered smaller wheels.
>
>         pywin32 predates pypi... heck -- it even predates "wheels". It
> used to
> be a separate EXE download that had to be manually installed. It is/was
> also a standard addition to the ActiveState Windows Python distributions.
>
>
> --
>         Wulfraed                 Dennis Lee Bieber         AF6VN
>         wlfraed at ix.netcom.com
> http://wlfraed.microdiversity.freeddns.org/
>
>
>
>
>
> ---------- Forwarded message ----------
> From: "Vernon D. Cole" <vernondcole at gmail.com>
> To: Tim Roberts <timr at probo.com>
> Cc: Python-Win32 List <python-win32 at python.org>
> Bcc:
> Date: Tue, 26 May 2020 07:29:07 -0600
> Subject: Re: [python-win32] How to install pywin32 for Text only/TTY,
> excluding all GUI components
> Tim:
>   I don't understand.  If I include pywin32 as a pip requirement, then I
> get the whole thing, I think. How can I "ship a package" without carrying
> the unneeded parts around?
>
>
> On Sun, May 24, 2020 at 12:28 AM Tim Roberts <timr at probo.com> wrote:
>
>> 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.
>>
>> _______________________________________________
>> python-win32 mailing list
>> python-win32 at python.org
>> https://mail.python.org/mailman/listinfo/python-win32
>>
> _______________________________________________
> python-win32 mailing list
> python-win32 at python.org
> https://mail.python.org/mailman/listinfo/python-win32
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20200527/6dd8cca4/attachment.html>


More information about the python-win32 mailing list