On Wed, 2010-11-10 at 13:08 +0100, Martin Zibricky wrote: > Hi Giovanni, > > I'm trying to implement wrapper in pyinstaller.py around > Configure/Makespec/Build.
Great! > In what cases could be skipped the Configure.py phase? > > suggestion: > - when config.dat is created and the running python version is the same as > specified in config.dat Correct, I think it is a first good approximation, and then we will see on the field what will happen. > In the milestone 1.5 is that you'd like to have there an option > '--rebuild'. > > What all should be done when this option is invoked? > > My suggestion: > - remove bincache* folders > - remove folders in MY_APP/build MY_APP/dist > - run again Configure.py Correct. Working on this stuff you might want also to make PyInstaller not generate any file within the application directory but only in the build directory (I'm thinking of log files, warning files and so on). I don't think dropping them next to source code is useful and it messes up the tree. PS: I think this stuff belongs to 1.6 at this point. -- Giovanni Bajo :: [email protected] Develer S.r.l. :: http://www.develer.com My Blog: http://giovanni.bajo.it Last post: Compile-time Function Execution in D -- 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.
