On Wed, May 13, 2009 at 12:01 AM, Steve Borho <[email protected]> wrote: > I've finally figured out how to convince GTK to keep all of it's DLLs > and config files out of the base install directory, and this combined > with the new C++ shell extensions has finally allowed me to build the > installer with the 'py2exe -b1' flag. This places _all_ of the DLLs > and .pyd files into the library.zip. The difference to the install > directory (and thus system PATH) is drastic. > > There should no longer be any DLL conflicts with other applications, > especially other Python applications. > > I'm uploading a new nightly build to code.google.com. In order to > see the difference, you have to uninstall the existing version, > reboot, then install this one. If you upgrade over the top of an > existing THG directory it will not cleanup the old files. > > http://tortoisehg-nightly.googlecode.com/files/TortoiseHg-090512.exe
I just tried this package on a "pristine" Vista box and learned a couple of things. 1) this package is missing zlib1.dll, so before you uninstall your existing THG, copy the zlib1.dll from that directory somewhere safe and then after installing this new one copy that zlib1.dll into the gtk directory with the rest of the GTK dlls. I've made sure this will be resolved in tomorrow's nightly build. 2) Issue #1 is fixed by the C++ extensions (no more blinking overlays on Vista, yeah!) 3) after fixing the zlib1.dll problem, the package works great on Vista. Now on to 64bits... -- Steve Borho ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

