On sab, 2010-05-15 at 12:30 -0700, Michal Mach wrote: > Hi, > > when building and then running my application i sometime get a error > that some image is missing (because i renamed it) or i again see the > button which was removed in source code before building the > application. > Is there some way how i can tell pyinstaller he should always rebuild > everything and don't cache > the previous build results? > Or is this a bug?
Well, it should not happen. PyInstaller should be able to correctly detect changes in dependencies and rebuild as appropriate. Anyway, if you just want to force a rebuild, it is sufficient to remove the subdirectory "build" that PyInstaller creates in the target directory. -- Giovanni Bajo :: Develer S.r.l. [email protected] :: http://www.develer.com Blog: http://giovanni.bajo.it Last post: Grey on black: combining greylisting with blacklists -- 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.
