Including ansys-dpf-core in an executable #1826
Replies: 2 comments
-
Hey, I have the same issue. I'm using python 3.11 & trying to create exe. Can someone help please? |
Beta Was this translation helpful? Give feedback.
-
Hello @Indrajeetrt, @sandeep-tubs, I understand you both included From the error you get I am wondering if, when running your application, |
Beta Was this translation helpful? Give feedback.
-
Hello there, Good day.. I have a script which uses pydpf-core and for user interaction i have used tkinter gui, but when create exe file using autp-py-to-exe library i am getting the bellow error
"""
ansys\dpf\core\data_sources.py:395: UserWarning: Traceback (most recent call last):
File "ansys\dpf\core\data_sources.py", line 393, in del
AttributeError: 'DataSources' object has no attribute '_deleter_func'
"""
Can someone help in debugging this ?
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions