first of all, this question might be repetitive. if so, please point me to the right solution.
Here is my question: I need to use CPython to have access to libraries such as numpy and pandas. At the same time, I want to take advantage of Pyrevit’s capabilities such as forms etc. As far as I understood, I can’t have both of these on a single script file. If I got this correctly, is there any way to do this?
Hi @Ped_ra ,
unfortunately this is not possible at the moment, the pyrevit lib is still not completely compatible with CPython, so you can’t access things like logging and forms.
A really bad workaround to do GUIs for now is to write the old WinForms Form classes, or use the tkinter python library.
I will try to get CPython working in my spare time, watch for updates on this github issue.