-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Environment
- Pythonnet version: 3.0.1
- Python version: 3.7.1
- Operating System: Windows 10
- .NET Runtime: .NET Framework 4.8 is latest version installed.
Details
- Describe what you were trying to get done.
Determine the .NET Framework runtime version pythonnet is using.
import pythonnet
import clr
pythonnet.get_runtime_info()
# Prints the following:
# RuntimeInfo(kind='.NET Framework', version='<undefined>', initialized=True, shutdown=False)
Why does this show '<undefined>' as the RuntimeInfo version? Is this a bug?
Metadata
Metadata
Assignees
Labels
No labels