I am facing error while running sample python3 hellodelphivcl.py:
Traceback (most recent call last):
File "hellodelphivcl.py", line 1, in <module>
from delphivcl import *
File "/home/mohi/.local/lib/python3.8/site-packages/delphivcl/__init__.py", line 22, in <module>
package = new_import()
File "/home/mohi/.local/lib/python3.8/site-packages/delphivcl/__init__.py", line 15, in new_import
ld = loader.create_module(spec)
ImportError: /home/mohi/.local/lib/python3.8/site-packages/delphivcl/DelphiVCL.pyd: cannot open shared object file: No such file or directory
I am facing error while running sample
python3 hellodelphivcl.py
:Any clues?