Jump to content
Sign in to follow this  
limelect

PyInstaller

Recommended Posts

After very long and many tries I need your help

This is my script works on other Python script

 

pyinstaller.exe  --windowed D4P_export_demo.py  --onefile --paths="C:\Users\LimElect\anaconda3\Lib\site-packages\delphifmx\" --name  D4P_export_demo

 

the path is not needed as I get the same Python error

 

pyinstaller.exe  --windowed D4P_export_demo.py  --onefile  --name  D4P_export_demo

 

It seems to find the packet but cannot use it

The package is used without any problems in PyScripter

warn-D4P_export_demo.txt does not show that the package is missing

 

Any Idea?

 

P.S. Final message    5303 INFO: Building EXE from EXE-00.toc completed successfully. 

Screenshot - 26_06_2024 , 11_35_28.jpg

Share this post


Link to post

@pyscripter Can you plz put here an FMX or VCL Pas/PY hello World zip project

that you make to an EXE.

I will change the library path compile and see what happens.

Thanks

P.S It will be the best demo possible

Edited by limelect

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×