Laurence Anthony píše v Út 17. 05. 2011 v 19:10 +0900: > The console output is one thing, but as we have been discussing, it > *is* necessary to do these jobs sometimes. So, running configure.py > every time could be considered like running a check procedure. It's > much safer to run the check every time rather than rely on the user to > do it when it is absolutely necessary.
As I'm working on trying implement the logic when to run configure, I realize that there are more things I should be aware about much more cases. So it would be easier to just run configure everytime. As an example: user will use pyinstaller but then he/she realizes he/she realizes that it is possible to use upx. So he/she will install upx. But when pyinstaller is run next time it won't use upx because config.dat claims it was not found in previous run. -- 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.
