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

Error #139

Open
Husam82 opened this issue Jan 17, 2023 · 2 comments
Open

Error #139

Husam82 opened this issue Jan 17, 2023 · 2 comments

Comments

@Husam82
Copy link

Husam82 commented Jan 17, 2023

Any solution for this problem, please
auto2

@jmcouffin
Copy link
Contributor

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

@ay-ex
Copy link

ay-ex commented Apr 10, 2024

Sounds to me like it is related to some pyrevit.forms (e.g.: SelectFromList) with wpf not loading: #155 (comment)

@jmcouffin the error from pyrevit.forms is not necessarily about CPython, in:
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. 🤔

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

3 participants