installing 1.4.2
Nicolas Dumazet
nicdumz at gmail.com
Tue Jan 12 05:58:32 UTC 2010
Sorry for this messy email:
2010/1/12 Nicolas Dumazet <nicdumz at gmail.com>:
[..]
> You OS, and the detail that you are installing from source is
> important: others could have messed up packaging for example.
Your*
>
> Anyway.
> The code to display the version number is fairly simple:
>
> try:
> import __version__
> return __version__.simple
this is "return __version__.version" of course.
Thanks,
> except ImportError:
> return "unknown"
>
> It is a hint in favor of a configuration error on your side, and more
> likely, a PATH issue.
>
> Could you please double-deck that PATH, and PYTHONPATH, both
> a) include the paths to your hg executable and libs
> b) do not conflict with a possible system-wide .deb-installed hg?
>
> the __version__.py file you checked might not be the one accessed by
> the hg command, for example.
>
>
> Thanks,
>
> --
> Nicolas Dumazet — NicDumZ
>
--
Nicolas Dumazet — NicDumZ
More information about the Mercurial
mailing list