On Tue, Nov 17, 2009 at 5:34 AM, Colin Caughie <[email protected]> wrote: > Hi, > > I've just installed TortoiseHg 0.9 on Windows 7 64 bit. (In order to do this > I first had to manually uninstall 0.8.1, as the installer wasn't able to > delete hgtk.exe for some reason. I then had to manually remove everything in > C:\Program Files\TortoiseHg). > > With 0.9 installed, none of the context menus do anything, and when I try > running "hgtk log" I get the following: > > Traceback (most recent call last): > File "hgtk", line 62, in <module> > File "tortoisehg\hgtk\hgtk.pyo", line 63, in dispatch > File "zipextimporter.pyo", line 82, in load_module > File "tortoisehg\hgtk\bugreport.pyo", line 15, in <module> > File "zipextimporter.pyo", line 82, in load_module > File "tortoisehg\hgtk\gdialog.pyo", line 23, in <module> > File "zipextimporter.pyo", line 82, in load_module > File "tortoisehg\hgtk\gtklib.pyo", line 19, in <module> > ImportError: cannot import name gdialog > > Is there a dependency I'm missing?
You have an extension enabled that is disabling demandimport. Try disabling all extensions and then enable them one at a time to find the culprit. I just raised an issue for this yesterday. -- Steve Borho ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

