Re: a small confusion with pyinstaller

2020-06-03 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: a small confusion with pyinstaller oh ok. i will try installing my app in a vm containing windows7 URL: https://forum.audiogames.net/post/536526/#p536526 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin

Re: a small confusion with pyinstaller

2020-06-03 Thread AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector
Re: a small confusion with pyinstaller pyinstaller will copy it. URL: https://forum.audiogames.net/post/536522/#p536522 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: a small confusion with pyinstaller

2020-06-02 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: a small confusion with pyinstaller friends i have vcruntime240.dll and ucrtbase.dll in my c:\windows\system32 folder. can i copy and paste them? URL: https://forum.audiogames.net/post/536500/#p536500 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: a small confusion with pyinstaller

2020-06-02 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: a small confusion with pyinstaller i dont have visual studio but i have all the redistributable packages of visual c++.. is there a way to get it implemented with those redistributeables? URL: https://forum.audiogames.net/post/536091/#p536091 -- Audiogames-reflector mailing list

Re: a small confusion with pyinstaller

2020-06-02 Thread AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector
Re: a small confusion with pyinstaller to destribute such applications, you need to place ucrtbase.dll and VCRUNTIME140.dll alongside your application.if you have vs2015 installed,, it will do it you don't need to do anything. URL: https://forum.audiogames.net/post/536072/#p5

Re: a small confusion with pyinstaller

2020-06-02 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: a small confusion with pyinstaller but what do it mean in the documentation quote i provided URL: https://forum.audiogames.net/post/536032/#p536032 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman

Re: a small confusion with pyinstaller

2020-06-02 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: a small confusion with pyinstaller Try the command line switch --win-private-assemblies URL: https://forum.audiogames.net/post/536031/#p536031 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman

a small confusion with pyinstaller

2020-06-02 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
a small confusion with pyinstaller hey all, i heard that pyinstaller executable made in windows10 will work on windows7/8/8.1 if we distribute universal srt or visual c++2015 runtime librarys. but i really dont know what to distribute. i got this info frompyinstaller