Re: onefile or not to onefile, that is the question

2019-08-31 Thread AudioGames . net Forum — Developers room : Liam via Audiogames-reflector
Re: onefile or not to onefile, that is the question Keep in mind that onefile just writes to a temp directory, so there's eally no protection what so ever. URL: https://forum.audiogames.net/post/458712/#p458712 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: onefile or not to onefile, that is the question

2019-08-31 Thread AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector
Re: onefile or not to onefile, that is the question @3 script kiddies? They'll work even with one file. You literally have to do only a simple research. URL: https://forum.audiogames.net/post/458703/#p458703 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: onefile or not to onefile, that is the question

2019-08-31 Thread AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector
Re: onefile or not to onefile, that is the question @3, the problem with startup time is when you place a lot of data into your executable, it takes so long to extract those files.for example, if you turn nltk with all of it's data files into an executable, the startup time will be so much

Re: onefile or not to onefile, that is the question

2019-08-30 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: onefile or not to onefile, that is the question Onefiles also make it easy to update too with updaters. URL: https://forum.audiogames.net/post/458663/#p458663 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi

Re: onefile or not to onefile, that is the question

2019-08-30 Thread AudioGames . net Forum — Developers room : NicklasMCHD via Audiogames-reflector
Re: onefile or not to onefile, that is the question I'll try to answer as best as I can.This is my take on the subject.1. Startup time.Yes, but only by half a second or so.2. SecurityI mean... It will protect against the most basic Script kiddies.In addition, if you cythonize and onefile

Re: onefile or not to onefile, that is the question

2019-08-30 Thread AudioGames . net Forum — Developers room : keithwipf1 via Audiogames-reflector
Re: onefile or not to onefile, that is the question I guess you can compress it with onefile mode.It seems you can do the same thing without the startup delay with Enigma virtual box. URL: https://forum.audiogames.net/post/458644/#p458644 -- Audiogames-reflector mailing list

onefile or not to onefile, that is the question

2019-08-30 Thread AudioGames . net Forum — Developers room : dardar via Audiogames-reflector
onefile or not to onefile, that is the question Hi!So I wanted to hear everyone's take on the --onefile directive you can give to pyinstaller  when compiling python projects.Because on the one hand, it puts it into one, nice, .exe file. But is it worth it?I mean 1, it slows down start up