On 10.09.2009 13:14, Chris Withers wrote: > Adrian Buehlmann wrote: >> does 'hgtk log' in cmd.exe work? > > No: > > C:\>hgtk log > Traceback (most recent call last): > File "hgtk", line 27, in <module> > File "zipextimporter.pyc", line 82, in load_module > File "gtk\__init__.pyc", line 38, in <module> > File "zipextimporter.pyc", line 82, in load_module > File "gobject\__init__.pyc", line 30, in <module> > File "zipextimporter.pyc", line 82, in load_module > File "gobject\constants.pyc", line 22, in <module> > File "zipextimporter.pyc", line 98, in load_module > ImportError: MemoryLoadLibrary failed loading gobject\_gobject.pyd
Duh. That's really bad. Maybe there are some path funnies. Then forget about the context menu. Command line needs to be working in the first place. 'hgtk log' is supposed to be called inside a mercurial repository. Its output should be: abort: There is no Mercurial repository here (.hg not found)! if run outside of a repo. Do you have a mercurial repo somewhere? Does command line 'hg' work? As as side note, you could also try installing the latest bugfix nightly (TortoiseHg-Nightly-090908.exe) from http://bitbucket.org/tortoisehg/thg-winbuild/downloads/ Just to be sure, please uninstall 0.8.1 before installing TortoiseHg-Nightly-090908.exe. TortoiseHg-Nightly-090908.exe allows to install without the shell integration -- so you could concentrate on command line hg + hgtk first (needs no reboot and no admin login to install). ------------------------------------------------------------------------------ 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

