-
Notifications
You must be signed in to change notification settings - Fork 86
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
Error using pyrevit modules #124
Comments
hi baaswietse, can you try to add an r in front of the path:
otherwise python might read this \r as a special character which is not allowed in a file path, hence the exception you are getting:
|
I changed the code as you suggested, now a different error occurs.
|
Hi @baaswietse Halfway down that list it says:
Maybe that module is not on your path and therefore when you trying to load it, IronPython can not find it and RBP reports a crash? Your second path seems to indicate that your are working in a virtual env... RBP will not know about that and hence a script may work just fine there but not when run in RBP I'm guessing a little here... |
@jchristel thank you for your suggestion. I already opened an issue on the pyrevit forms, since I feel this is more an issue related to PyRevit. Here you can find more information. Would be great if PyRevit and RBP where able to work together. |
I am trying to use some modules I wrote for Pyrevit scripts. Everytime Pyrevit is imported, bellow exception occures.
Seems like an issue with python hashlib module?
To reproduce:
The text was updated successfully, but these errors were encountered: