Message 1 of 2
Does Revit Update 2023.1.4 support Python2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi folks,
1. We use python2 in Dynamo scripts in Revit 2021 and 2023. And Revit 2021 only supports Python2.
2. We want to keep using the same scripts across all projects, so keeping Python2 is important for us.
3. Some projects are using Revit 2023.
If we update Revit from 2023.0 to 2023.1.4 , can it still support Python2 ?
To test this if you're using Revit 2023.1.4,
1. open a new script in Manage\Dynamo, and create a new Python node.
2. Make sure the package for IronPython 2.7 is installed.
3. Switch the engine version of the Python Script node. Do you see Python2?
Thanks a lot.