I am creating guis with wxPython then compiling them using pyInstaller and finally using inno to set them up.
seeing as i am new to all of this i would like to know, do i need to use UPX to compress just the final compiled exe? or all of the stuff the exe needs to run aswell?
thanks, sorry for being a noob.