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
Is it possible to build ctkPythonConsole (required by this project) from the original version of CTK? I am currently building CTK with the following cmake flags:
-DCTK_LIB_Widgets=ON \
-DCTK_LIB_Scripting/Python/Core=ON \
-DCTK_LIB_Scripting/Python/Widgets=ON \ <- produces ctkPythonConsole.h but not library.
This build is not producing a ctkPythonConsole library that is needed by director. I saw that @patmarion has this: https://github.com/patmarion/ctkPythonConsole, is this supposed to be how I get the ctkPythonConsole library? I am currently using Qt5 which doesn't seem play well with the above ctkPythonConsole repo from @patmarion as it is slightly older. Thoughts?
The text was updated successfully, but these errors were encountered:
TheCynosure
changed the title
Using entire CTK for ctkPythonConsole
Using CTK for ctkPythonConsole
Oct 8, 2021
Is it possible to build ctkPythonConsole (required by this project) from the original version of CTK? I am currently building CTK with the following cmake flags:
This build is not producing a ctkPythonConsole library that is needed by director. I saw that @patmarion has this: https://github.com/patmarion/ctkPythonConsole, is this supposed to be how I get the ctkPythonConsole library? I am currently using Qt5 which doesn't seem play well with the above ctkPythonConsole repo from @patmarion as it is slightly older. Thoughts?
The text was updated successfully, but these errors were encountered: