Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need documentation separate from kit #789

Closed
ghost opened this issue Feb 2, 2005 · 2 comments
Closed

Need documentation separate from kit #789

ghost opened this issue Feb 2, 2005 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 2, 2005

I've found a number of pointers to this package, but
nothing - not even an FAQ entry - giving a detailed
list of the current contents or installation
requirements/instructions.

The closest I've found is the page at
http://www.python.org/windows/win32. But that isn't
very clear or consistent, and just confuses things
more. I'd like to see a list that is a bit more
detailed (at least to the level of "base services,
common controls, etc." - as listed in the MSDN docs),
without inconsistencies (are memory mapped files part
of the API or aren't they).

I'd also like basic installation instructions: Which
versions of Python are supported, does the installation
give me a choice of which components to install, what
changes it makes to the registry, how to uninstall,
etc. The fact that the install is an .exe and not an
.msi or setup.exe opens some questions that need to be
addressed, even if it's just to say that the .exe is a
standard windows installation kit.

Gary

Reported by: garyfx

Original Ticket: "pywin32/feature-requests/30":https://sourceforge.net/p/pywin32/feature-requests/30

@ghost
Copy link
Author

ghost commented Jul 25, 2007

Logged In: YES
user_id=317164
Originator: NO

+1

I am looking to implement "broadcast a WM_SETTINGCHANGE message to all windows SendMessageTimeout(HWND_BROADCAST, ..." http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q104011

after lots of googleing, someone else found http://aspn.activestate.com/ASPN/docs/ActivePython/2.5/pywin32/win32api\_\_SendMessage\_meth.html

Which is close, but I am guessing not what I need. I would think the docs should be here.

(don't answer my SendMessageTimeout() thing here, I'll start a new thread for that.)

Original comment by: carlk

@ghost ghost assigned ghost and unassigned ghost Oct 24, 2017
@Avasam
Copy link
Collaborator

Avasam commented Mar 13, 2024

Thanks to wheels, and the exe installers being deprecated #1939, installation requirements are now found in the setup file and handled by your package manager of choice (eg: pip)

As for listing the public API, parameters, return types, etc,, https://pypi.org/project/types-pywin32/ is pretty much the source of truth. With the eventual goal of bringing back type hints in source (see work like #2102). Although C-extensions are likely gonna stay in TypeShed for a long while, and are definitely not 100% correct (but better than anything else you'll find out there)

Since #1774 there's also documentation being published to the GitHub pages.

@Avasam Avasam closed this as completed Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant