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 <[email protected]> wrote: > Send python-win32 mailing list submissions to > [email protected] > > 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 > [email protected] > > You can reach the person managing the list at > [email protected] > > 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 <[email protected]> > To: [email protected] > 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 > <[email protected]> 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 > [email protected] > http://wlfraed.microdiversity.freeddns.org/ > > > > > > ---------- Forwarded message ---------- > From: "Vernon D. Cole" <[email protected]> > To: Tim Roberts <[email protected]> > Cc: Python-Win32 List <[email protected]> > 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 <[email protected]> wrote: > >> On May 23, 2020, at 4:27 AM, Markus Kramer <[email protected]> >> 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, [email protected] >> Providenza & Boekelheide, Inc. >> >> _______________________________________________ >> python-win32 mailing list >> [email protected] >> https://mail.python.org/mailman/listinfo/python-win32 >> > _______________________________________________ > python-win32 mailing list > [email protected] > https://mail.python.org/mailman/listinfo/python-win32 >
_______________________________________________ python-win32 mailing list [email protected] https://mail.python.org/mailman/listinfo/python-win32
