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

import rpw crashes in Revit 2023 in revitpythonshell #45

Open
jj-github-jj opened this issue Feb 27, 2024 · 2 comments
Open

import rpw crashes in Revit 2023 in revitpythonshell #45

jj-github-jj opened this issue Feb 27, 2024 · 2 comments

Comments

@jj-github-jj
Copy link
Contributor

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

@gtalarico
Copy link
Owner

Apologies this project is no longer maintained. py revit has much of the same functionality and maybe more

@jj-github-jj
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants