Hi, Yes it is to be expected that building executables in different environments will result in different size and content executables. The way to be sure that your built application was correctly built is to run the tests that you have written for your code – ideally on another machine or a Virtual Machine that has never had python/anaconda installed. You can get free official VMs from https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ - personally I would go for the VirtualBox VM.
Steve Barnes From: [email protected] <[email protected]> On Behalf Of Aniruddha Shevade Sent: 24 January 2020 17:29 To: PyInstaller <[email protected]> Subject: [PyInstaller] Basic question on application generated by Pyinstaller Hi Please excuse me if this is a basic question. I am new to Pyinstaller. I am running Pyinstaller to generate an executable on windows. It does appear that for the same python script based on the environment i am using , it produces the executable of different size. This is what i have done 1) Use Pyinstaller under Miniconda with Python 2.7 2) Use Pyinstaller with Miniconda with Python 3.5.4 For each of these case for the same script file, we get a exe of different size and also the dist folder contains diferent contents I am not sure if this is expected ? How do i know if the application is correctly built? I thanks for any help Best Regards Ani -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/cc10ab42-6160-4fb3-be84-3bf556c368c3%40googlegroups.com<https://groups.google.com/d/msgid/pyinstaller/cc10ab42-6160-4fb3-be84-3bf556c368c3%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/VI1PR03MB4479CF6DAE668ED42EE48CEC9B090%40VI1PR03MB4479.eurprd03.prod.outlook.com.
