Kel Solaar ha scritto:
> Executable is around 10 mo, There is not too much difference using
> Upx.
>
> On 4 oct, 10:23, "Simone Ramacci - Simosito.it" <[EMAIL PROTECTED]>
> wrote:
>   
>> Kel Solaar ha scritto:
>>
>>
>>
>>     
>>> It must be something related to the unpack but It sounds like really
>>> weird because when using a similar bundled way with py2exe the startup
>>> is nearlly instant with it. I need to release my application onto
>>> linux that's why I started to look at pyInstaller and currently
>>> pyInstaller manage to access some external QT plugins that py2exe
>>> can't wich is really great. It's really that really long starting time
>>> that bother me.
>>>       
>>> Simone Ramacci - Simosito.it a écrit :
>>>       
>>>> Kel Solaar ha scritto:
>>>>         
>>>>> Hello,
>>>>>           
>>>>> I tested to pack my PyQt application with pyInstaller with some good
>>>>> surprises (it manages to access some external plugin files where
>>>>> py2exe didnt) but I'm facing a really important increase in startup
>>>>> time when i'm using the --onefile option. When I don't bundle the
>>>>> files my program is nearlly instantly starting, when bundled its
>>>>> taking beetween 5 and 10 secs to load. Anyone faced this kind of
>>>>> behavior before ?
>>>>>           
>>>>> Thomas
>>>>>           
>>>> probably it happens because PyInstaller has to unpack it...
>>>>         
>> Py2Exe have not a real "onefile" option.
>> How many Kb is the final onefile executable (not compressed with UPX)??
>>
>> BTW, if you don't use UPX try it, it is really helpful and it may help
>> you with this timing problem...
>> UPX is used to make firefox 2 running faster, for example.
>>
>> Bye,
>> S
>>     
> >
>
>   
Is it executed faster when zipped?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/PyInstaller?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to