Unit1.pas :
..
#- self.Label2.caption=""
self.Label2.Caption="" #+ should: Caption and change all.. Here I have changed everything.
..
delphivclexecutable.spec:
..
#+I'm using: Windows 11, Python 3.10, and pyinstaller==6.8.0
a = Analysis(
#- ['delphivclexecutable.py'],
['Project2.py'], #+
pathex=[],
binaries=[],
#- datas=[(r"C:\Users\LimElect\anaconda3\Lib\site-packages\delphivcl", "delphivcl")] ,
datas=[(r"C:\Users\LimElect\anaconda3\Lib\site-packages\delphivcl", "delphivcl"), ("Unit1.py", "."), ("Unit1.pydfm", ".")] , #+
..
the above correction work for me.
demo: attach 7z have 2 splits, i can't upload split2. forum limit file only 4m+ sorry :
pythone_Fixed.7z.001