We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Any solution for this problem, please
The text was updated successfully, but these errors were encountered:
not sure about the overall cpython implementation of pyRevit whitin RPS, but in pyRevit scripts you need to declare the cpython usage like so:
#! python3
Sorry, something went wrong.
Sounds to me like it is related to some pyrevit.forms (e.g.: SelectFromList) with wpf not loading: #155 (comment)
pyrevit.forms
SelectFromList
@jmcouffin the error from pyrevit.forms is not necessarily about CPython, in: C:\ProgramData\pyrevit_4.8.14\pyrevitlib\pyrevit\forms\__init__.py
C:\ProgramData\pyrevit_4.8.14\pyrevitlib\pyrevit\forms\__init__.py
if PY3 and not IRONPY340: raise PyRevitCPythonNotSupported('pyrevit.forms')
any unexpected python interpreter there will raise that error. 🤔
No branches or pull requests
Any solution for this problem, please
The text was updated successfully, but these errors were encountered: