-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exe problem #94
Comments
No, However in GUIPY it workes The 'pathlib' package is an obsolete backport of a standard library package and Am I to delete and install again? with pip install? delphifmxexecutable.py.txt |
I am missing some ting where is the source name and location is it the delphifmx? |
Simplify your test case... Install Python3.11, PyInstaller and DelphiFMX out of Conda and try again. |
Is it supposed to be like that? ? |
I see on the net an answer I've experienced the same problem. I managed to solve it by downgrading pyInstaller to 5.1 (from 5.8) without touching pathlib. An additional possibility to consider. from the net |
Try it on Python3.11 as I said. |
someting happened tp PyInstaller |
First i deleted the dir problem
|
Ok I found the program name I will check it with VCL |
Finaly it workes on VCL |
But on FMX Error this is the project |
Pythone.zip |
Make sure your script is getting the right path to the .pydfm file. |
I made sure as I am a professional |
Hmm... I didn't get the point. Anyway, I quick fixed your project and shared it here again. |
Finally, it works great thanks As for FMX, I will try to play with it as it has a problem too I could not find any good information on data here And lastly, why do I have to give the package path and name? it does not know |
why the last comment go into our discussion? |
First Thanks for your kind help
|
Plz see
https://en.delphipraxis.net/topic/10675-d4p_export_demo/
Either VCL or FMX cannot make an EXE with pyinstaller.exe
On GUIPY the script runs with no problem
The text was updated successfully, but these errors were encountered: