You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import rpw crashes in Revit 2023 in revitpythonshell
import pyrevit works fine but import rpw crashes it
I am using rpw that came with pyRevit v 4.8.14.24016 which is latest as Feb 2024 on windows 10
The text was updated successfully, but these errors were encountered:
Thank you for the update that this is no longer maintained. My notes for others in case they run into this issue since it seems to be working now.
I dont know if this is what fixed it but seems to be working now. I did recently add the path to the downloaded repo as shown in https://revitpythonwrapper.readthedocs.io/en/latest/installation.html
and maybe that step has fixed it but not sure and could have been other changes.
The only other change I had to make was to rlcompleter.py
if namespace and not isinstance(namespace, dict): raise TypeError("namespace must be a dictionary") # CHANGE: changed this to comply with python 3
import rpw crashes in Revit 2023 in revitpythonshell
import pyrevit works fine but import rpw crashes it
I am using rpw that came with pyRevit v 4.8.14.24016 which is latest as Feb 2024 on windows 10
The text was updated successfully, but these errors were encountered: