Deploying your Python Applications with Inno Setup

preview_player
Показать описание
Learn how to deploy your Python Applications using the Trusted and Popular Inno Setup software. Avoid common deployment pitfalls and obstacles with this method!

Website Link (All steps documented)

# Various .PY to .EXE Converters:

[ Pyinstaller Tutorial ]

[ Nuitka Tutorial ]

[ cx_Freeze Tutorial ]
Рекомендации по теме
Комментарии
Автор

The best channel for everything related to python bundles and deployment :) thank you for the videos!

alexandterfst
Автор

I appreciate this tutorial alot, very simple. Quickly was able to do this, you earned a like.

NoahBTryhard
Автор

A god amongst men for Python. I pray that both sides of your pillow stay cold at night 🙏

bigmuda
Автор

inno setup for (Pieces Ai) how ? i alrerady try lot of time my totol 3 days spend for this but i dot know how can i set up inno for (Pieces Ai) For [JAVA in Android Studio platform for android mean phone application davapment ] ?

amzaeansar
Автор

Very good video. But it does provide an option to make the installed software run automatically when the pc opens ? And what about antivirus it doesn't cause problems while doing the installation?

bechirzouaoui
Автор

great tutorial, it helped me solve a lot of issues, but also It created one as well haha
my application uses an excel file to read and write data to it, my problem is that the excel file that is found within the application's folder (after installation) has READ ONLY access, which beats the purpose of the application since its based on reading and writing to this file. so my question, is there a parameter or code i can add to my script.iss file to have the excel file in READ & WRITE mode ?

khalilebdelli
Автор

When i do this, it exports the .exe outside the folder and all the lib in the folder. The .exe works when i load it but when I use the compiler, i get a fatal error - Error loading python DLL. Python312.dll could not be found. Any help?

Harry-xiwy
Автор

I'm sorry to download your videos without watching it on YouTube, I wish you forgive me.

alaamer
Автор

Please can you make a video to include database

Bright-C-Web-Developer
Автор

sir, please use auto py to exe and then innosetup

ftheworld
Автор

cant you just use the --onefile argument in pyinstaller

apple.official