-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
Any Real world production applications using cz freeze ?? #1784
Comments
I can definitively tell you yes, its used in some semiconductor applications at least. |
would be great if Any desktop based applications for windows build using python and cx freeze. |
Yes, have been for over 5 years. Both an application that is used in German Healthcare and a FOSS application with thousands of users each. |
Thanks @Berserker66. That's sounds great. I have one question though. I have been looking around Dropbox looks like they have used py2exe. I wonder if there's any major differences between cx freeze and py2exe. Is cx freeze as stable as py2exe ? |
Not sure about desktop apps. I use cx_Freeze for binarification of python fastapi services & programs for the containers running in edge devices. It is very stable. |
We've been using cx_Freeze for desktop apps (basically Qt+Vtk) for 15yrs now, Linux and Windows (CAE tool with hundreds of customers). |
Hi @igortg, Which settings are you using to include both EDIT: this was with vtk v9.3, downgrading to v9.2.6 and including |
I also use cx_Freeze profesionally for a desktop application for a research instrument. I have good experiences with the stability of the final binary, but as previously mentioned, the final binary should be tested when bumping versions at least on Python and cx_Freeze it self. |
I want to know if cz freeze is used by a company/ organization and the application is deployed into production where users have installed the app and have run the app. ?? In other words, companies using cz freeze to build their apps and some of the app examples that uses cz freeze and quite popular??
Is cz freeze stable and good enough to ship the app build to end users for installation in their systems??
The text was updated successfully, but these errors were encountered: