Hi TK and others,

I have a problem since one of the 0.4rcX versions. Currently I have

  +--------------------------------------------------------
  | [EMAIL PROTECTED]:~/tests/mercurial/tortoisehg/tortoisehg-dev/contrib$ hg 
par
  | changeset:   1198:89f65de7c654
  | tag:         tip
  | user:        TK Soh <[EMAIL PROTECTED]>
  | date:        Sun Aug 24 04:24:45 2008 +0100
  | summary:     Added tag 0.4.1 for changeset 491a94666fc3
  +--------------------------------------------------------

I adjusted the path and added some debug output:

  +--------------------------------------------------------
  | [EMAIL PROTECTED]:~/tests/mercurial/tortoisehg/tortoisehg-dev/contrib$ hg d
  | diff -r 89f65de7c654 contrib/hgtk
  | --- a/contrib/hgtk      Sun Aug 24 04:24:45 2008 +0100
  | +++ b/contrib/hgtk      Tue Aug 26 08:13:11 2008 +0200
  | @@ -5,8 +5,7 @@
  |  #
  |  # Modify this line to the location of your tortoisehg repository
  |  # or set TORTOISEHG_PATH in your environment
  | -
  | -tortoisehg_dir = '~/tools/tortoisehg-dev'
  | +tortoisehg_dir = '~/tests/mercurial/tortoisehg/tortoisehg-dev'
  |  
  |  import os
  |  import sys
  | @@ -62,6 +61,10 @@
  |          if norm not in sys.path:
  |              sys.path.append(norm)
  |  
  | +    print '\nnorm=', norm
  | +    print '\nsys.path=', sys.path
  | +    print '\npath=', path, '\n'
  | +            
  |      try:
  |          from hggtk import hglib
  |      except ImportError:
  +--------------------------------------------------------

What I get is:

  +--------------------------------------------------------
  | [EMAIL PROTECTED]:~/tests/mercurial/tortoisehg/tortoisehg-dev/contrib$ 
./hgtk log
  | 
  | norm= /home/jens/tests/mercurial/tortoisehg/tortoisehg-dev
  | 
  | sys.path= ['/var/lib/python-support/python2.4/gtk-2.0', 
'/home/jens/tests/mercurial/tortoisehg/tortoisehg-dev/contrib', 
'/usr/lib/python24.zip', '/usr/lib/python2.4', 
'/usr/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk', 
'/usr/lib/python2.4/lib-dynload', '/usr/local/lib/python2.4/site-packages', 
'/usr/lib/python2.4/site-packages', '/usr/lib/python2.4/site-packages/Numeric', 
'/usr/lib/python2.4/site-packages/cairo', '/var/lib/python-support/python2.4', 
'/home/jens/tests/mercurial/tortoisehg/tortoisehg-dev']
  | 
  | path= /home/jens/tests/mercurial/tortoisehg/tortoisehg-dev/contrib 
  | 
  | Please set TORTOISEHG_PATH to location of your tortoisehg repository
  +--------------------------------------------------------

  +--------------------------------------------------------
  | [EMAIL PROTECTED]:~/tests/mercurial/tortoisehg/tortoisehg-dev/contrib$ hg 
--version
  | Mercurial Distributed SCM (version 1.0.2)
  | 
  | Copyright (C) 2005-2008 Matt Mackall <[EMAIL PROTECTED]> and others
  | This is free software; see the source for copying conditions. There is NO
  | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  +--------------------------------------------------------

System is debian stable/x86.
What to do now?

Jens

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tortoisehg-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

Reply via email to