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

Add CPython version info in pyrevit env output #2162

Open
sanzoghenzo opened this issue Mar 17, 2024 · 0 comments
Open

Add CPython version info in pyrevit env output #2162

sanzoghenzo opened this issue Mar 17, 2024 · 0 comments
Labels
New Feature New feature request [class->Implemented #{number}: {title}]

Comments

@sanzoghenzo
Copy link
Contributor

Is your feature request related to a problem? Please describe

The CPython version doesn't come up in pyrevit env outupt.
For this, users filing a bug report needs to specify the active engine in addition to pasting the output.

Describe the solution you'd like

Have the active CPython engine in the pyrevit env output

Describe alternatives you've considered

Keep asking the user to add the info manually

Additional context

I tried to add this myself, but I found out that the current code to detect the active environments only detects the IronPython engines, because it scans for the pyRevtit .addin manifests (which are created for the selected ironpython version).
Now that I write about this, I realize that the info needed is in the PyRevit_config.ini file, so it should be easy to add it.

@sanzoghenzo sanzoghenzo added the New Feature New feature request [class->Implemented #{number}: {title}] label Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Feature New feature request [class->Implemented #{number}: {title}]
Projects
None yet
Development

No branches or pull requests

1 participant