On 10/15/2019 11:03 AM, MRAB wrote:
On 2019-10-14 21:23, Łukasz Langa wrote:
On behalf of the Python development community and the Python 3.8 release team, I’m pleased to announce *the availability of Python 3.8.0*.

[snip]
I've installed pywin32 on Python 3.8, but when I try to import win32clipboard it says it can't find it:

Python 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19:37:50) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import win32
>>> import win32clipboard
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: DLL load failed while importing win32clipboard: The specified module could not be found.
>>>

Does anyone else have this problem?

Yes, and also win32gui (of pywin32) gets the same error.