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...
--~--~---------~--~----~------------~-------~--~----~
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