Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

_remote_debugging is missing in the "legacy" MSI Windows installer #135144

Closed
Assignees
Yhg1s
Labels
OS-windowstype-bugAn unexpected behavior, bug, or error
@Yhg1s

Description

@Yhg1s

Bug report

Bug description:

The_remote_debugging extension module is missing in the MSI Windows installer:

Python 3.14.0b2 (tags/v3.14.0b2:12d3f88, May 26 2025, 13:55:44) [MSC v.1943 64 bit (AMD64)] on win32Type "help", "copyright", "credits" or "license" for more information.>>> import _remote_debuggingTraceback (most recent call last):  File "<python-input-0>", line 1, in <module>    import _remote_debuggingModuleNotFoundError: No module named '_remote_debugging'

The.pyd file is missing from theDLLs directory in the installation.

The_remote_debugging moduleis available in installations managed by the new Python Installer:

PS C:\Users\thoma> pyPython 3.14.0b2 (tags/v3.14.0b2:12d3f88, May 26 2025, 13:55:44) [MSC v.1943 64 bit (AMD64)] on win32Type "help", "copyright", "credits" or "license" for more information.>>> import _remote_debugging>>>

The new module needs to be added to the right Tools/msi files.

CPython versions tested on:

3.14

Operating systems tested on:

Windows

Linked PRs

Metadata

Metadata

Assignees

Labels

OS-windowstype-bugAn unexpected behavior, bug, or error

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp