Hello, Is there any improvement in the final size of the .exe depending of how we import the functions?
For example: from httplib2 import iri2uri will produce a smaller .exe respect from httplib2 import * ? I also suppose that httplib2 import * or import iri2uri will produce the same .exe file size. isn't it? Thanks a lot for your time. -- 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. For more options, visit https://groups.google.com/d/optout.
