Sergey píše v Čt 30. 05. 2013 v 03:25 -0700: > Display logo window while bootstrapper unpacks everything into temp > folder - is it possible in pyInstaller? > So that it would look like photoshop startup dialog - image with > progress bar (or just image)?
I don't know how this could be implemented. You would have to: - modify the bootloader C code - bootloader first unpacks everything to temp and then runs any python code - I you find a solution - others could also benefit from your solution - patches are welcome - or somehow wrap the .exe file created by pyinstaller. The wrapper: - could execute your app, - display your logo - wait for your app to unpack everything -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
